java - Intellij IDEA: highlighting loop break points -


in eclipse, there's possibility highlight loop break points: can place cursor onto break;, , loop breaks out highlighted:

enter image description here

still, functionality seems missing idea:

enter image description here

is there hidden preference or 3rd party plug-in enables same idea?

the closest can you're describing using "find declaration" shortcut (command + b or ctrl + b), requires highlight break instead of loop.

if you're in method returns void, take outermost bracket broken out of. in cases in methods return point return statement instead, makes feature not entirely reliable.

while show loop breaks out of, knowledge there nothing in vanilla intellij describe out-of-the-box.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -