Skip to content

v0.1.0

Latest

Choose a tag to compare

@tristancable tristancable released this 14 Jul 19:49

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, and NOTE comments, 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:

  1. Download waypoint-0.1.0.vsix below
  2. In VS Code, open the Extensions view
  3. Click the ... menu (top-right of the Extensions panel) → Install from VSIX...
  4. 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