Show returns xml doc tag into visual studio intellisense

Posted by remi bourgarel on Stack Overflow See other posts from Stack Overflow or by remi bourgarel
Published on 2010-03-17T16:39:04Z Indexed on 2010/03/17 16:41 UTC
Read the original article Hit count: 344

Hi ,

I added the xml tag to some of my methods but I can't see its content in the intellisense here is my code

/// <summary>
/// we all live in a yellow summary
/// </summary>
/// <returns>what it returns</returns>
public int MyMethod()
{ .... }

Do you have any idea ?

Thanks

© Stack Overflow or respective owner

Related posts about intellisense

Related posts about visual-studio