Todoify - VS Code Todo Manager
A powerful VS Code extension for managing todos directly in your code. Create, track, and organize your todos with ease.
Features
- 📝 Multiple todo types: TODO, FIXME, BUG, HACK, NOTE, OPTIMIZE
- ⚡ Quick todo creation and management
- 🏷️ Tags and categories support
- 📅 Due dates and reminders
- ✅ Subtasks
- 📊 Priority levels (HIGH, MEDIUM, LOW)
- 🔍 Advanced search and filtering
- 📤 Export todos (JSON, Markdown, CSV)
Commands
Command |
Description |
Shortcut |
Todoify: Focus |
Open Todoify sidebar |
⌘ + ⇧ + T |
Todoify: Refresh |
Refresh todo list |
- |
Todoify: Search |
Search todos |
- |
Todoify: Clear Search |
Clear search filter |
- |
Todoify: Export Todos |
Export todos in different formats |
- |
Todoify: Sort By |
Sort todos by different criteria |
- |
Todo Syntax
[Category] TODO: Task description #tag1 #tag2 // Additional notes
Priority Markers
- High Priority:
!!! or (HIGH) or #high
- Medium Priority:
!! or (MEDIUM) or #medium
- Low Priority:
! or (LOW) or #low
Features in Detail
- Inline Editing: Edit todo text, notes, and tags directly
- Categories: Group todos by categories
- Tags: Organize with multiple tags
- Due Dates: Set and track deadlines
- Reminders: Get notifications for important todos
- Subtasks: Break down complex todos
- Export: Share your todos in JSON, Markdown, or CSV format
- Search: Find todos by text, tags, or categories
- Sort: Organize by priority, due date, creation date, or last modified
License
MIT License - feel free to use and modify!
| |