How to get Visual Studio intellisense to show some comments of XML comments?

When typing code, I really like the intellisense function for Visual Studio 2010 (Professional), especially since I can search for XML comments of the types used. (See Microsoft Documentation ). It still works. However, the comments section of the XML comment comments is not displayed.

I find this to be an extremely useful feature, as there is often useful information that cannot be easily guessed from a resume. (That's why we have a comments section, I think)

How to explore some comments in Visual Studio 2010 (Professional) at the intellisense level? (I use DevXpress Coderush if that matters, but I don't think so).

+7
source share
1 answer

Hover over the class / function / whatever you want to see and press F12. Expand the comments section to the left of the editor area.

+2
source

All Articles