In the Access VB6 code editor Ctrl-Up and Ctrl-Down will jump to the next/prev function declaration.
This is quite a handy navigation tool and I can’t seem to find it in VS2010.
I’ve done some searching on google and stackoverflow and can’t seem to find any reference to it.
Does anyone know if these hotkeys exist at all in VS2010?
If they don’t, how the hell can they not exist in a context aware IDE like VS2010?
Yes hot keys exist: http://www.dofactory.com/ShortCutKeys/ShortCutKeys.aspx
And to move to separate declarations:
shift+ctrl+1/shift+ctrl+2