Visual Studio documentation reduce IntelliSense list spacing

2 weeks ago 19
ARTICLE AD BOX

I like my code documented. But sometimes, Visual Studio won't show me information the way I want.

The <list> tag is one of the annoying ones. If you have one or more item to display, the tooltip will be huge.

Has anyone found a solution to remove spacing between Visual Studio list items documentation ?

The hack I found was to use <br/> instead, but it won't represent what I want to express with external documentation tools like Doxygen.

Read Entire Article