# todo-tree-lens **Repository Path**: github-9819409/todo-tree-lens ## Basic Information - **Project Name**: todo-tree-lens - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-09-16 - **Last Updated**: 2026-09-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Todo Tree Navigator ![插件主界面](media/readme/index.png) [English](#english) | [简体中文](#zh-cn)

English

`Todo Tree Navigator` is a VS Code extension for scanning structured todo markers, browsing them in a dedicated sidebar, and inserting them quickly while you type. ![Todo Tree Navigator screenshot](./media/readme/PixPin_2026-09-16_15-39-21.png) ## Features - Scan structured markers such as `// @TODO:`, `// @FIXME`, and `` - Show results in a dedicated Activity Bar view, grouped by file - Search by file name or marker content, and filter by tag - Jump to the exact file and line when you click an item - Type `todo` or `/todo` to open a quick tag picker and insert a marker snippet - Manage tag name, color, and note in the built-in Tag Manager - Support both English and Simplified Chinese UI ## Installation Install the extension in one of these ways: 1. Search for `Todo Tree Navigator` in the VS Code Extensions view when it is available in a marketplace. 2. Or install a packaged `.vsix` file from `Extensions > ... > Install from VSIX...`. After installation, open any workspace or folder and the extension will start scanning automatically. ## Recognized Marker Formats The extension scans only structured markers that start with `@tag`. Line comments: ```text // @TODO: Refactor this logic // @FIXME waiting for backend API // @BUG: Wrong calculation here ``` HTML comments: ```html ``` Notes: - Plain comments such as `// TODO` or `` are not scanned. - In `.vue` files, markers inside `