is it possible for the tooltip documentation in VS2008 (C#) to display not just some of the doc, but all of it? E.g.
/// <summary>
/// Method description
/// </summary>
/// <param name="param1">Parameter no 1</param>
/// <param name="param2">Parameter no 2</param>
When I hover the mouse over method call, it displays just the "Method description" text. I'd like to see parameters or returns too. Maybe other possible documentation.