Search code examples
c++visual-studio-2010javadoccomments

Javadoc-like info boxes for visual C++


Are there any plugins/options/etc. that will show me this:

Documentation Info Box when I hover over a C++ function/method name in visual studio 2010?

I've tried using visual assist X, but the info for the function is not indented, newlines are ignored, and terms like "return" and "Parameter" aren't bold or colored. The VS built-in XML comment stuff was even less readable.


Solution

  • If you have CodeRush/Refactor you can try the CR_Documenter plugin (use VS Extension Manager). It provides a new dockable window with such documentation.