Plain Tasks is a simple extension for keeping track of tasks directly from your code. It captures tasks from your comments and saves them to a tasks.md
file.
No complex setup, no unnecessary features—just straightforward task management.
-
While coding, just add a
+
after your comment symbol to mark a task:#+ Optimize callback function
or
//+ Optimize callback function
- Support for:
- Hyphen comments
--
- Double slash comments
//
- Numeric sign comments
#
- Hyphen comments
- Support for:
-
Use the shortcut
Ctrl+Shift+P
(Windows/Linux) orCmd+Shift+P
(macOS) to open the Command Palette. -
Type
Add Tasks
to gather all your tasks and save them to atasks.md
file.
- Simplicity: Just add a
+
and you’re done. - Ease of Use: One command to save all tasks.
- No Overhead: Focus on your code, not on complex setups.
Enjoy task management made simple!
If you have any questions, suggestions, or just want to say hi, feel free to contact me. Your feedback helps improve the extension!
If you find this extension useful, consider supporting me to help with development and future updates.
Thank you for using Plain Tasks!