Skip to content

Releases: Sedeniono/VSDoxyHighlighter

v1.7.0

06 Jun 19:11
Compare
Choose a tag to compare

Major change: Allow installation on Arm64. This fixes #4. Thanks to EmrecanKaracayir for testing.

Full Changelog: v1.6.0...v1.7.0

v1.6.0

09 May 11:37
Compare
Choose a tag to compare

Changes:

  • Added IntelliSense for the arguments of the Doxygen commands \param, \tparam, \p and \a: The extension lists the parameters and/or template parameters of the next function, class, struct, macro or alias template. Note that this fails in certain cases because of "quirks" in the Visual Studio API. See the "known problems" section in the readme.
  • Updated quick info tooltips to Doxygen version 1.10.0

Full Changelog: v1.5.0...v1.6.0

v1.5.0

01 Oct 10:17
Compare
Choose a tag to compare

Changes:

  • Updated extension for Doxygen 1.9.7 and 1.9.8 (support of new and changed commands; updated help texts).
  • Fixed support of \htmlonly[block] in autocomplete and quick info.

Full Changelog: v1.4.0...v1.5.0

v1.4.0

08 May 16:31
Compare
Choose a tag to compare

Changes:

  • Added highlighting for \\ and \" commands.
  • Added commands \{ and \} to the autocomplete and quick info boxes.

Full Changelog: v1.3.0...v1.4.0

v1.3.0

17 Apr 18:29
Compare
Choose a tag to compare

Major change: Hovering with the mouse over Doxygen commands or one of their parameters will display their documentation as tooltip.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

20 Mar 19:33
Compare
Choose a tag to compare

Major changes:

  • Added dedicated classification "VSDoxyHighlighter - Exceptions" for the Doxygen commands \throw, \throws, \exception and \idlexcept.
  • The options dialog now allows to change the classifications of all Doxygen commands and their parameters. (Not for markdown yet, and adding or removing commands is not possible.)
  • Added classifications "VSDoxyHighlighter - Generic 1" to "VSDoxyHighlighter - Generic 5". These are not used by default anywhere. However, you can select them for Doxygen commands and parameters. This allows for more diverse colorization in case one wants to colorize certain commands differently compared to all other commands.

Also see the updated README for more information regarding the configuration.

Full Changelog: v1.1.1...v1.2.0

v1.1.1

14 Feb 20:08
Compare
Choose a tag to compare

Changes:

  • Fixed #1 (parameter of \name was incorrectly recognized)
  • Fixed \f[ appearing in the IntelliSense autocomplete list as just \f
  • Updates for Doxygen 1.9.6:
    • \fileinfo without {...} parameter is now supported
    • Added syntax highlighting for \qualifier

Full Changelog: v1.1.0...v1.1.1

v1.1.0

05 Feb 17:23
Compare
Choose a tag to compare

Added major feature: Basic IntelliSense functionality. While typing an @ or \ in a comment, an autocomplete box appears that lists all Doxygen commands. For each command, the help text from the Doxygen documentation is shown. For more information, see the updated readme.

Full Changelog: v1.0.2...v1.1.0

v1.0.2

23 Jan 18:46
Compare
Choose a tag to compare

Bugfixes:

  • VSDoxyHighlighter now appears correctly in the import & export dialog of Visual Studio.
  • The VSDoxyHighlighter options page in the Visual Studio options now has a GUID explicity set, meaning that the options page should not suddenly break in updates.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

09 Jan 21:43
Compare
Choose a tag to compare

Binary released on the Visual Studio marketplace.

Full Changelog: v1.0.0...v1.0.1