In 2010, if I press F1, then VS will open the MSDN help page for the object the cursor is on. It even passes the target structure in the query string to get the correct documentation page. I want this kind of behavior in 2008, but I canβt figure out how to do it.
Now it will open the help page in the integrated viewer or external viewer (depending on the option "Settings" β "Environment" β "Help" β "Show Help", but both of them are ugly and use some very old CSS styles. Open it in my default browser.
The url is right in the viewer, so I know that itβs just a matter of extracting this macro and opening a default browser or finding a very well hidden setting that makes VS itself.
This question is similar, but has not received a good answer, and I do not consider these answers to be suitable, because I want to go directly to the correct MSDN page, and not search Google / Bing / what for the object name.
source share