highlighting - Intellij: Highlight current block of code -


i wondering if possible highlight block of code working on in intellij idea.

there similar question here: is there way highlight active code block in visual studio 2010? .

so mean if have clicked e.g. method or while loop... ,the background of whole block becomes bit lighter or whatever.

there's 1 such feature, it's more subtle, in form of vertical line inside left gutter... can't recall whether it's enabled default or not, can activate file -> settings -> editor -> general, scroll highlight on caret movement section (about half of page).

i looked around while have not yet found way change appearance match description, although prefer less intrusive highlight having background changed.

scope highlighting in action


p.s. not sure relevant or useful you, there plugin tried while ago called codeglance offered scrollable-map of class:

class map


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -