VSDoxyHighlighter is an extension for Visual Studio 2022 that provides syntax highlighting, IntelliSense and quick info tooltips for Doxygen style comments in C/C++. If you like the extension, please give it a star on GitHub and rate on the Visual Studio marketplace! Syntax highlightingThe following two images show the default colors used for light and dark color themes by the extension (they are configurable!): To contrast it, here is the default display without this extension: IntelliSenseTyping an Additional autocompletion is provided for the arguments of the Doxygen commands Quick info tooltipsHovering with the mouse over Doxygen commands or one of their parameters will display their documentation as a tooltip. Hyperlinks in the text are preserved, allowing to quickly open related webpages. More informationYou can enable and disable the highlighting, IntelliSense and quick info tooltips in For documentation and more information, please head over to the GitHub page. |