Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Nav Next TODO JumperNew to Visual Studio Code? Get it now.
Nav Next TODO Jumper

Nav Next TODO Jumper

VaultOps

| (0) | Free
Jumps to the next TODO or FIXME marker in the active file for quick triage.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Nav Next TODO Jumper

Jumps to the next TODO or FIXME marker in the active file for quick triage.

Archetype: navigation.tools (navigation)

Usage

Use the Command Palette (Ctrl/Cmd+Shift+P) and run the commands listed below.

Command surface

  • nav-next-todo-jumper.jumpNextTodo - Jump to next TODO: Move the cursor to the next TODO/FIXME marker in the file.
  • nav-next-todo-jumper.symbolSnapshot - Show symbol snapshot: Render a quick symbol summary in the output panel.

Designed for

  • Large monorepos
  • Files with dense TODO/FIXME traffic
  • Developers who prefer keyboard-first movement

Fast path

  1. Jump through TODO markers while coding.
  2. Open symbol snapshot before refactor passes.

Local development

npm install
npm run build
npm test

Use F5 in VS Code to launch an Extension Development Host.

Packaging

npm run package

Module notes

  • UI settings are exposed in workspace settings under this extension namespace.
  • Local run metadata uses ExtensionContext.globalState only.
  • Analytics is local-only and disabled unless FOF_ANALYTICS_OPT_IN=true.

Marketplace submission notes

  • Set a real publisher in package.json.
  • Replace placeholder assets in assets/ (icon + screenshots).
  • Upload .vsix or release source archive from dist-submission/.

Support

For support, contact support@example.com.

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