You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: