views:

7

answers:

1

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?

+2  A: 

If you are using VS2010 and selected Online Help in help settings this will be default action on F1.

gandjustas