https://github.com/sambeevors/todo
Don't forget about those darn TODO comments
https://github.com/sambeevors/todo
Last synced: 2 months ago
JSON representation
Don't forget about those darn TODO comments
- Host: GitHub
- URL: https://github.com/sambeevors/todo
- Owner: sambeevors
- Created: 2024-05-21T21:07:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T21:08:24.000Z (about 1 year ago)
- Last Synced: 2025-02-09T07:15:51.549Z (4 months ago)
- Language: TypeScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# todo README
This is the README for your extension "todo". This extension helps you manage your TODO comments in your codebase by scanning and displaying them in a dedicated view in the explorer.
## Features
- Scans your codebase for `TODO` comments.
- Supports both single-line comments (`// TODO:`) and JSX comments (`{/* TODO: */}`).
- Displays all TODOs in a dedicated view in the explorer.
- Allows customization of excluded paths or patterns.// TODO: Make a better readme!