This extension provides Todo List on the source control. You can add todo items that you don't want to see to the ignore list.
It is designed to be used with git. This was created for the purpose of excluding certain todo items in team development, such as other people's todo items.
- Todo List View: Display todo list on the source control. This supports
TODO
,FIXME
,HACK
,NOTE
tags.- Add to Ignore List: Right-click on the todo item to add it to the ignore list. Only committed items can use this feature.
- Restore Item: Right-click on a todo item in the ignore list to restore it.
- Reset: Reset the todo list. This restores all items from the ignore list.
- Git must be installed and available in the PATH.
- VSCode must be open in a workspace with a git repository.
Todo List for Teams: Reset
: Reset the todo list. This restores all items from the ignore list.
- Highlighting (#3)
- Until this one is supported, please use other extensions, such as TODO Highlight.
- Custom Tags (#4)
Welcome! Please see vsc-extension-quickstart.md for details.