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.
{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
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
)