You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
znakeeye
Posted - Aug 10 2009 : 07:05:12 AM
for (...)
{
// LOTS of code
}
When I hover the closing '}' I want to see a tooltip such as: // END for (...)
That way, you can easily know which block you're at (the traditional way) and ugly END-comments can be omitted!
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Aug 10 2009 : 10:46:12 AM Place the caret before the closing curly bracket and look at VA's Context and Definition fields. Not quite the same as a mouse hover, but a bit easier than hovering the mouse over a single character, since you can trigger this with a quick left mouse click on the correct line.