Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I'm used to the shortcut keystrokes in VB6, so now I need to learn those in VB.NET. At the moment, I'd like to know how to jump to a variable's declaration (or a procedure) and then back. In VB6, it was Shift+F2 to jump. To jump back, it was CTRL+Shift+F2.

 

While I'll take the above info for now, is there a chart somewhere (here or elsewhere on the net) that will tell me all the VB.NET shortcut keystrokes?

Posted
To get to a variable's Definition, you can hit the {F12} key. "Navigating Back" is {CTRL}+{-}, that is, the CTRL Key and the "Minus" Key at the same time. You can customize these hot-keys as well, although, I don't personally know how to do it...

Posting Guidelines

 

Avatar by Lebb

Posted

Nice info Diesel, thank you. :)

 

Would you also know how you save such customized settings? That is, if I wanted to port such settings to another PC or even just have a backup copy somewhere in case they get erased from a re-install or something?

Posting Guidelines

 

Avatar by Lebb

Posted

VS keeps a lot of the IDE settings in xml files (big surprise).

 

Porting the settings to another computer is as easy as copying the files...here's a list of the files I know about:

 

 

Stores the Windowed Layout

\Documents and Settings\%Current User%\Application

Data\Microsoft\VisualStudio\7.1\ devenv.xml

 

Stores the Keybindings

\Documents and Settings\%Current User%\Application Data\Microsoft\VisualStudio\7.1\*.vsk

 

Stores Toolbar and Menu configuration

\Documents and Settings\%Current User%\Application Data\Microsoft\VisualStudio\7.1\1033\CmdUI.PRF

 

Stores Toolbox configuration

\Documents and Settings\%Current User%\Local Settings\Application Data\Microsoft\VisualStudio\7.1\toolbox.tbd

 

Some of the other settings are in the registry under HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\7.1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...