I skip emacs behavior for incremental search. In emacs we can do this:
- S
- in the search text, i.e. "button"
The first appearance of the button will be detected. If you keep pressing Cs, the following event will be detected. It seems to me that IntelliJ is close to this, except that you need to press another keystroke for a second search. For me it is annoying. I would rather click the same button for the first as well as subsequent search.
Is this possible in IntelliJ? It works great in Eclipse with the emacs keys.
Edit: I discovered generosity on this. Is there an example of a similar implementation of this function written as a plugin or patch for IntelliJ IDEA?
source share