Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Comment TagsNew to Visual Studio Code? Get it now.
Comment Tags

Comment Tags

Glide

|
345 installs
| (0) | Free
Put tags into your comments, à la Roam
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Introduction

VScode extension that finds "tags" in your typescript codebase.
A tag is a word such as ##test found within comments.
The extension finds such tags, creates previews of the context around the tag,
and allows you to easily navigate the locations of your tags.

This extension is modelled after and is an approximation of this description.

Sample usage

{Cmd, Ctrl}-Click on a tag to see all sites where it is used. In the commands pallete, choose "See all Tags" to see all the tags in your project

Demo

Dependencies

The extension uses the awesome ripgrep to search your project.
For it to work, please make sure you have it installed.
Ensure "rg" is in your $PATH or configure the absolute path to it on the extension settings (ripgrepPath)

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