ih-reloaded
ih-reloaded copied to clipboard
Move to the next/previous identifier occurence without invoking 'highlight usages in file' action (or turn off the added highlits)
Hi!
Current implementation of Identifier Highlighter seems to invoke 'highlight usages in file' action which (when 'highlight usages of element at caret' is on) causes two (for me) unpleasant effects:
- the highlight 'darkens' when alt + shift + up/down is pressed
- the highlight persists even after caret moves out of the identifier
As a workaround, I tried to disable background color for search results, but this affects search usages as well (which is hard to deal with :))
It would be great if the plugin could somehow only use the search results and navigate through them, without automatically turning on the search highlights. (I think that's the way it worked in IDEA < 10, with Identifier Highlighter :))
Thanks in advance! :) Artur
Hi Artur
I don't think i have time for this %( Pull request is welcome though %)