I added the <returns>
xml tag to some of my methods but I can't see its content in IntelliSense.
Here is my code:
/// <summary>
/// we all live in a yellow summary
/// </summary>
/// <returns>what it returns</returns>
public int MyMethod()
{ .... }
Is there any way to show this content?