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:

still, functionality seems missing idea:

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
Post a Comment