When navigating the code in IntelliJ, when the cursor is on a given variable name (for instance), I would like the IDE to highlight all the other usages of this variable in the given file (I think this is the default behaviour in Eclipse). How can I switch it on?
Share
“Settings” -> “IDE Settings” -> “Editor” -> “Highlight usages of element at caret”