T O P I C R E V I E W |
Shimanski |
Posted - Aug 10 2016 : 02:35:37 AM The idea is to match continue/break statements when under cursor with corresponding for/while/do-while/switch statements (in the same manner as visual assist highlights variables when they are under cursor) and in cases when the corresponding statement in out of screen show a tooltip with the statement like:
for (;;) { //many lines
----------------- | for (;;) | ------------------ conti|nue; } |
3 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - Sep 04 2016 : 12:52:06 PM Thank you for the feedback, I have put in a feature request for this:
case=99873 |
Shimanski |
Posted - Sep 02 2016 : 07:45:07 AM You are right the tooltip is displayed with the full path to the container statement but there is no highlight of the corresponding statement when you click on the break/continue statement. I am sorry looks like was not able to explain my initial idea in the right way and was not aware that part with the tooltip is already implemented. |
feline |
Posted - Sep 01 2016 : 7:41:27 PM Something like this is already available. If you turn on:
VA Options -> Display -> Show Quick Info tooltips for more symbols Show tooltips for braces and structural keywords
and then hover the mouse pointer over the continue, break or one of the curly brackets.
I am checking this in VS2015 with VA 2108. |