Better F1 Help for Visual Studio

The F1 Help key can be frustrating because it is very slow to invoke on Visual Studio. I figured out a way to make it faster by having it bring up a browser rather than the MS help. This technique will also work with the currently highlighted word.

Use the following steps to make this happen:

  1. Use the Tools > External Tools menu.
  2. Add a new tool as shown in the top image below.
  3. Use the following text for the Arguments: http://www.google.com/search?q=site:microsoft.com%20$(CurText)
  4. Use the Tools > Options menu for and select Environment > Keyboard.
  5. Type in “External” in “Show Commands Containing”
  6. Select “Tools.ExternalCommandN” (Where N is its order in the External Tools list).
  7. Fill out the rest of it as shown in the bottom image below. If the F1 command is already taken by the existing Help then disable it in the Help.F1Help command.

Now your help should come up very fast.


One thought on “Better F1 Help for Visual Studio”

Commenter
Fredrik Sjodin
February 2, 2009 at 4:48 am

Excellent tip!
Thanks James