-
Jump and Jump back
In the VB IDE you can jump to a procedure by placing the cursor on the procedure name and hitting <shift><F2>, which is a truly superb shortcut key. Is there a similar key that will allow you to jump back from whence you came?
Also, are there any other nifty shortcuts out there that may be useful?
:)
-
-
:thumb: :thumb: :thumb: :thumb:
-
<Ctrl><Alt><Del>x2
Just kidding. :)
-
Re: Jump and Jump back
You can also use the mouse instead of the keyboard, right-click on the procedure name and click "definition" to see the procedure (works the same for variables etc), and to go back right-click in the code window and select "last postion".
As for more shortcuts, try www.MZTools.com , it adds loads of useful features to the VB IDE.
-
Already running with MZ tools. Another superb Tool. I have one buggette with them though. If I want to remove a form from the IDE, MZ tools won't let me. There is no longer a Remove from project reference in my popup menu list. Do you find this also? if so - do you have a getaround.
-
ah yes, from what I've heard that's because of a bug in the VB toolbars interface (but that might just have been somebodys excuse!)
if you go to "View" - "Toolbars" - "Customise" you can alter or reset all toolbars & right-click (aka shortcut) menus.