Highlighting all occurances of variable

Is it possible to highlight all occurances of marked variable (like in eclipse). If yes, how shall I do this?

0

Only via a plugin:
See Settings -> IDE Settings -> Plugins -> IdentifierHighlighter

0

Hm, my answer is not quite correct ;)
The automatic highlighting of the identifier at the current caret position is only available via a plugin.

However in standard Idea you can always press ctrl-shift-f7 to have the current identifier highlighted.

0
Avatar
Permanently deleted user

Thank you very much. You have helped me a lot.

0

请先登录再写评论。