Tooltips that show comments are convenient, but for long comments, the tooltip becomes useless because it lasts only a few seconds and the comment stretches along one line until it ends.
You can go to the comments by going over to the definition, but itβs annoying because it opens tabs for the source files that I donβt work on and messed up the forward / backward navigation history. Also, the problem is that you are looking at XML (which should be escaped ) instead of well-formatted documentation.
What I really would like to see is how Eclipse displays javadoc comments. This blog post shows a comparison for tooltips of similar classes in Visual Studio and Eclipse.
Is there such a mode or plugin for Visual Studio?
source share