Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Nav CommentsNew to Visual Studio Code? Get it now.
Nav Comments

Nav Comments

Raphael Victal

|
3,267 installs
| (1) | Free
Create and navigate through topics based on comments (C#, JavaScript, Python, etc).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

nav-comments README

Create and navigate through topics based on comments (C#, JavaScript, Python, etc).

Mode of Use

C#, JavaScript, etc.

//// Bold Topic
// Common comments...
void ExampleFunction(){
    ///: Discrete Topic
    int example1 = 0;
    // USE UPPERCASE (3 chars minimum) TO ALTERNATIVE DISCRETE TOPIC
    int example2 = 0;
    // TODO: The "todos" are also highlighted!
}

Python

### Bold Topic
# Common comments...
def ExampleFunction():
    ##: Discrete Topic
    example1 = 0
    # TODO The "todos" are also highlighted!

Command

Update Nav Comments

Command Keys

Ctrl+Alt+O

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