Jump to MSDN docs from VS
Say I have this line:
Foo = reader.ReadElementContentAsInt();
I want to rightclick "ReadElementContentAsInt" and select some kind of "Jump to MSDN" option that opens the documentation in my browser.
If it's easily extensible to work with other lib docs (e.g. Qt), even better.
Do I need a开发者_如何转开发 VS plugin?
If you are using VS2010 and selected Online Help in help settings this will be default action on F1.
精彩评论