Intellisense tip and XML returns comment (VS2008)
.net, comments, visual-studio, visual-studio-2008
Solution
Intellisense cannot display RETURNS statement indeed.
I have found ReSharper can do that!
Problem
I've found tooltips displayed by Intellisense when keying method name as very usefull but I can see only summary and params info - no returns comments Eg - I can not see below comment: ``` <returns> Enriched object</returns> ``` Is it a way to make it visible? EDIT Maybe you know the tool replacing standard Intellisense and displaying returns section