Click here to Skip to main content
15,896,540 members
Articles / Visual Studio

Making F1 do something useful in Visual Studio

Rate me:
Please Sign up or sign in to vote.
4.80/5 (2 votes)
4 May 2011CPOL 6.4K  
There is a very easy alternative to this in VS 2010 now :) Go to the Help menu, select 'Manage Help Settings', ignore any error messages ( I get 'You do not have permission to modify content under the location specified for the help content store'). Anyway, ignore any error messages then in the...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
12 Feb 2011OriginalGriff 4 alternatives  
F1 in Visual Studio takes forever, and rarely comes up with anything useful. Replace it with a Google MSDN search!
Please Sign up or sign in to vote.
14 Feb 2011HelenmaryC
I tried to run this the first time without any documents open and it threw an error, so I made a small mod to the original code to prevent VS from whining at me under those, probably limited, circumstances:Dim url As String = "www.google.com/search?q=MSDN"If DTE.ActiveDocument IsNot...
Please Sign up or sign in to vote.
16 Feb 2011Henry Minute
I have an alternative Macro which, like the modification from newmodel, only requires you to have the cursor in or at either end of the search word.It also allows for searching from the Output Window and HTML Text.I have to confess that it is not all my own work, although the version...
Please Sign up or sign in to vote.
12 Feb 2011MattPenner
Thanks OriginalGriff! This is great and really helped me out. :-D However, for my tastes I like to open the URL in the default browser (currently that's Chrome for me), which allows me to easily open up several tabs from the links or bookmark useful entries.Also, the original F1 would...

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Student
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions