Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>extra-commentNew to Visual Studio Code? Get it now.
extra-comment

extra-comment

hclz

|
29 installs
| (0) | Free
Presentation of uml diagrams in the form of code comments
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Extra-comment VSCode Extension

Extra-comment is a Visual Studio Code extension that allows developers to write UML diagrams, LaTeX expressions, and Markdown content directly in code comments and visualize them within the editor.

Features

  • UML Visualization: Turn UML diagrams written in comments into visual diagrams that can be displayed alongside your code.
  • LaTeX Support: Write LaTeX expressions within comments and render them in real-time within VSCode.
  • Markdown Rendering: Preview Markdown content from comments in a beautifully formatted view within the editor.

Usage

To use this extension, simply write your UML, LaTeX, or Markdown content within a comment block in your code.

// uml ...

// latex ...

// md ...

UML Diagrams(Grammatical reference)

alt text

/**
 * uml
 * [<start>start] -> [<state>plunder] -> [<choice>more loot] -> [start]
 * [more loot] no ->[<end>e]
 */

Latex Diagrams

alt text

/* latex
E=mc^2
*/

markdown Diagrams

alt text

// md ![](https://code.visualstudio.com/assets/images/Hundreds-of-Extensions.png)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft