Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>DocTidyNew to Visual Studio Code? Get it now.
DocTidy

DocTidy

Aayush Chawla

|
996 installs
| (0) | Free
Doxygen comment linter.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DocTidy README

Doxygen comments linter lints all Doxygen comments in the active editor and highlights any formatting errors encountered.

Configuration options.

  • Set "doctidy.enforceVerticalSpacingBetweenTags": true in user settings to enforce the linter to highlight missing empty lines between Doxygen tags.

  • Set "doctidy.highlightColor": <hex color code> to override the default highlight color.

  • Set "doctidy.overviewRulerColor": <hex color code> to override the default overview ruler highlight color.

  • Set "doctidy.enforceParamDirection": true in user settings to enforce the linter to highlight param tags without direction specifiers.

  • Set "doctidy.enforceCommentsEndWithPeriods": true in user settings to enforce the linter to highlight all comments which do not end with a period.

  • Set "doctidy.requireSpacingBeforeCodeBlocks": true in user settings to enforce the linter to highlight code blocks which are not have vertical spacing.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft