A simple TODO list extension in VSCode, allows easy todo item adding via the ShowInputBox API, allows viewing of the list in the side (right) panel
Copilot tab completion, debug
A simple TODO list extension in VSCode, allows easy todo item adding via the ShowInputBox API, allows viewing of the list in the side (right) panel
Copilot tab completion, debug
A simple TODO list within VS Code
It is designed to help developers (like me) to keep track of features we have to add, bugs we have to fix… Organising them instead of having random
# TODOaround the codebase
# TODO and // TODO comments across your workspace..todoignore to ignore pathsAdded auto recognition of # TODO XXX and // TODO XXX. Also added support for manually adding todo (via commands within the command palette!
Log in to leave a comment
Added a basic side panel tree list view that shows the list of TODO tasks. This is done via VSCode’s tree view API. Which allows me to quickly implement a view
Log in to leave a comment