Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Miranda TO-DO TrackerNew to Visual Studio Code? Get it now.
Miranda TO-DO Tracker

Miranda TO-DO Tracker

Gastón Roig Ferreira

|
1 install
| (0) | Free
Tracks TODO, FIXME and other annotations in Miranda (.mir) files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Miranda TODO Tracker

A Visual Studio Code extension that automatically detects and tracks annotations in Miranda (.mir) files, centralizing them in a sidebar panel for easy navigation.

Features

  • Sidebar panel with all annotations found in the active file, organized by type
  • Color-coded keywords directly in the editor for each annotation type
  • Click to navigate directly to the annotated line
  • Real-time updates as you type, no need to save
  • Bilingual (English / Spanish) — automatically detects VS Code's language setting

Supported Annotations

Tag Description
\|\| TODO: Pending tasks
\|\| FIXME: Bugs to fix
\|\| NOTE: Important notes
\|\| HACK: Temporary workarounds
\|\| OPTIMIZE: Code to improve
\|\| DEPRECATED: Deprecated code
\|\| BUG: Confirmed bugs
\|\| REVIEW: Code to review

Usage

Open a .mir file and add annotations using Miranda's comment syntax (||):

|| TODO: implement sorting function
|| FIXME: fails with empty lists
len [] = 0
len (x:xs) = 1 + len xs

The sidebar panel updates automatically as you type. Click any annotation in the panel to jump to the corresponding line in the editor.

Requirements

No external dependencies. Works entirely within VS Code using native extension APIs.

Repository

github.com/ORT-ISC/lateplug-gastonroigf

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