Simple VSCode TODO banner

Simple VSCode TODO

2 devlogs
1h 47m 23s

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

This project uses AI

Copilot tab completion, debug

Demo Repository

Loading README...

Nathan

Added auto recognition of # TODO XXX and // TODO XXX. Also added support for manually adding todo (via commands within the command palette!

Attachment
Attachment
0
Nathan

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

Attachment
0