| T O P I C    R E V I E W | 
              
              
                | znakeeye | 
                Posted - Dec 09 2008 : 04:35:52 AM  If I press Alt+G on an empty line I would expect it to jump to the function definition.
  void foo() { ... ... Code  <---- Empty line! I press Alt+G and the cursor jumps to foo() ^ Code }
  This is especially useful when functions are long and nasty. | 
              
              
                | 2   L A T E S T    R E P L I E S    (Newest First) | 
              
              
                | sean | 
                Posted - Dec 09 2008 : 3:17:13 PM  Also, try alt+up arrow. | 
              
              
                | accord | 
                Posted - Dec 09 2008 : 3:14:29 PM  Have you considered to use VA Outline to achieve this? Outline tracks the current block (for example function) as you move. So if you double-click on the bold symbol in VA Outline, you will get to the function's header. |