Waypoint v0.1.0 — initial release
Find and jump to TODO comments scattered across your project, all from one sidebar panel in VS Code.
Features
- Sidebar panel — scans your workspace for
TODO,FIXME,HACK, andNOTEcomments, grouped by file - Click to jump — click any item to open that exact line in the editor
- Live updates — the list refreshes automatically every time you save a file
- Mark as done — right-click any item to check it off without deleting the comment
- Custom tags & colors — configure your own tags and assign each one a color, right from the sidebar's settings icon
- Status bar count — see your total open todo count at a glance
Installation
This release isn't published to the VS Code Marketplace yet — install manually instead:
- Download
waypoint-0.1.0.vsixbelow - In VS Code, open the Extensions view
- Click the
...menu (top-right of the Extensions panel) → Install from VSIX... - Select the downloaded file
Known limitations
- Scans a fixed set of common file types (JS/TS, Python, Java, C/C++, Go, Ruby, PHP, CSS, HTML, Markdown) — not yet configurable
- No multi-root workspace support yet