How to display full documentation of a method as you type in VS?

Posted by drasto on Stack Overflow See other posts from Stack Overflow or by drasto
Published on 2010-05-20T20:43:13Z Indexed on 2010/05/21 14:20 UTC
Read the original article Hit count: 159

The title is pretty descriptive... Is there any extension that let me see FULL documentation of the method I'm typing ? I would like to see the documentation as I can see it in Object Browser with description of parameters and everything not just some "summary". So what I'd like to see when I type String.Format is:

alt text

Of cause with an option to see all overrides. It may be part of intelisence or I don't know what it does not really matter.

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio