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

Making F1 do something useful in Visual Studio

Rate me:
Please Sign up or sign in to vote.
4.90/5 (13 votes)
12 Feb 2011CPOL1 min read 12.7K   4  
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...

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.
4 May 2011Ed Nutting
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...

License

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


Written By
Software Developer (Senior) Val Verde Unified School District
United States United States
Matt is an avid technologist and loves to see solutions he has helped create to make others’ work easier and more productive. While much of his work consists of software development, database design and website development he would say his job is largely designing and implementing solutions. As an integral member of the Riverside County of SELPA he was one of the leads in recently migrating 22 LEAs from one web-based IEP software to another. Matt’s ambition is to become a CTO within education.

Comments and Discussions