This extension makes it easy to edit and maintain simple to-do files (*.todo) in VS Code. I wrote this extension to make it easier to edit todo files in VS Code :-)
Cheers,
Johan Isaksson
This extension speeds up editing of todo files by providing coloring for TODO:, Done:, Not: and Wait: tags/keywords and snippets to insert them as well as date/timestamps.
Prefix | Method | Example |
---|---|---|
todo |
Add TODO: item | TODO: implement REST API backend as Azure functions |
date |
Add date and timestamp | 2018-09-09 |
time |
Insert timestamp | 12:30 |
This is the first version of the VS Code todo file extension.
First test release of VS Code TODO File Extension.