How to display full documentation of a method as you type in VS?
- by drasto
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:
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.