Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-simple-anchor-commentsNew to Visual Studio Code? Get it now.
vscode-simple-anchor-comments

vscode-simple-anchor-comments

Donald Pipowitch

|
48 installs
| (0) | Free
This adds a view which allows you to easily jump to anchor comments in VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-simple-anchor-comments

This is more a learning exercise then a real polished VS Code extension, but feel free to use it. A better alternative is Comment Anchors.

Features

This extension adds a small view to VS Code that allows you to easily jump to anchor comments of the current file. An "anchor comment" is a comment that starts with // #.

a screenshot of the extension

Installation

Install through VS Code extensions. Search for vscode-simple-anchor-comments

Visual Studio Code Market Place: vscode-simple-anchor-comments

Can also be installed in VS Code: Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install donaldpipowitch.vscode-simple-anchor-comments

Contribute

  • Clone the project and run $ npm install inside.
  • Preview any changes by pressing F5 within VS Code. This will compile the extension and launch it in an example project.
  • Run $ npm run lint if you made changes that you'd like to include.

Publishing

  • Follow this guide for the general setup.
  • Update CHANGELOG.md.
  • Run $ vsce publish {your.version.number}.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft