I miss the emacs behavior for incremental search. In emacs, we can do this:
- C-s
- key in search text, i.e. "button"
The first occurance of button will be found. If you continue to press C-s, the next occurance will be found. It seems to me that IntelliJ is close to this, except that you need to press a different keystroke for the second search. To me, this gets annoying. I would much rather press the same keystoke for the first as well as subsequent searches.
Is this possible in IntelliJ? It works great in Eclipse with emacs keybindings.
Edit: I opened up a bounty on this question. Is there an example of a similar implementation of this functionality written as a plug-in or patch to IntelliJ IDEA?