Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>JSDoc Markdown highlightingNew to Visual Studio Code? Get it now.
JSDoc Markdown highlighting

JSDoc Markdown highlighting

Matt Bierner

|
24,378 installs
| (5) | Free
Add markdown syntax highlighting to JSDoc comments in JavaScript and TypeScript
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Build Status

Adds markdown syntax highlighting to JSDoc comments in JavaScript and TypeScript

Contributing

To build this extension, you'll need Git and Node.js.

First, fork this repo and clone your fork:

git clone https://github.com/YOUR_GITHUB_ACCOUNT_NAME/vscode-jsdoc-markdown-highlighting.git
code vscode-jsdoc-markdown-highlighting

Then install dev dependencies using npm:

npm install

Main grammars are in the syntaxes directory.

To run the tests:

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