tom_seddon
Tomato Guru
162 Posts |
Posted - Nov 01 2009 : 2:25:40 PM
|
If one uses the Methods List to go to a function, if the function is declared with the open brace on its own line, the cursor is helpfully positioned on the open brace so that one can use Ctrl+].
This doesn't work if the brace is indented, though, as often seen with functions declared inline in a class declaration. VA finds the line with the "{", but puts the cursor at column 0. This is surprisingly annoying!
(When debugging I often have the text editor <10 lines high so Ctrl+] is useful even for inline functions.) |
|