An open API service indexing awesome lists of open source software.

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

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!