Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>SideTask - All in One TODO extensionNew to Visual Studio Code? Get it now.
SideTask - All in One TODO extension

SideTask - All in One TODO extension

Lautaro Rojas

|
9 installs
| (0) | Free
Find and manage all your TODOs, FIXMEs, and coding tasks in one place.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SideTask - All in one smart TODO Manager

SideTask Logo
Your entire codebase's TODO list, in one place.

Marketplace Version Marketplace Installs

SideTask is a powerful VS Code extension that finds all the TODOs, FIXMEs, and other task comments scattered across your project and brings them into one organized view in your activity bar.

Stop losing track of pending tasks and technical debt. If it's in your code, it's on your list.

Features (v0.2.0)

NEW 🎆

  • ⌨️ Your oun Keywords: Automatically scan your project for any word you choose.

SideTask Video Demo v0.2.0

Already implemented

  • 🌲 Unified Tree View: See all found tasks in a clean, collapsible tree view, neatly organized by file.
  • ⌨️ Default Keywords: Automatically scans your project for TODO:, FIXME:, and HACK:.
  • 🖱️ Click-to-Go: Instantly jump to the exact line of any task in your code just by clicking on it in the side panel.
  • 🔄 Manual Refresh: A simple "Refresh" button in the view's title bar to re-scan your workspace at any time.
  • 🔄 Automatic Refresh: The extension will re-scan your workspace each time you save a file (ctrl+s).

SideTask Video Demo

Getting Started

  1. Install the SideTask extension from the VS Code Marketplace.
  2. Open a project.
  3. Click on the new SideTask icon in your Activity Bar (the sidebar on the left).
  4. The panel will automatically populate with all the tasks found in your code.
  5. Click any task to jump straight to the file!

How can I add my word?

  1. Go to File -> Preferences -> Settings (or keyboard shortcut ctrl+,). SideTask File -> Preferences -> Settings image
  2. Search "SideTask".
  3. Go to the option SideTask: Keywords.
  4. Click the button "Add Item". SideTask config keywords image
  5. Write your favourite word.

What's Next? (Roadmap)

SideTask is just getting started. Our goal is to make this the ultimate task management tool for developers, right inside the editor. Here is what's planned:

  • ✨ Custom Highlighting: Define your own keywords (like NOTE, BUG) and give them custom colors.
  • 🎛️ Advanced Filtering: Filter tasks by keyword, tag, or file.
  • ⚡ Smart Snippets: Quickly create new TODO items with snippets. Type TODO and press Tab autocomplete // TODO: [ ].
  • ⚡ Keyboard shortcuts: Quickly create new TODO items with keyboard shortcuts.
  • 💡 Icons: Display a different icon for each keyword type:
    • 🎯 TODO
    • 🐞 BUG
    • 🔧 FIXME
    • 💡 IDEA
    • 🗒️ NOTE
    • ⚙️ REFACTOR
  • Enriched Syntax: The extension learns to "read" the contents of the TODO. The parser recognizes special patterns:
    • Tags: // TODO: Fix this #bug #ui.
    • Dates: // REFACTOR: Clean this @due:2025-12-01.
    • Status: // TODO: Implement function @done vs // TODO: Implement function @pending.
  • Markdown Support (.todo): Allows you to manage tasks in dedicated .md or .todo files. It recognizes Markdown task syntax and adds them to the tree view.
  • 🚀 [PRO] Integrations: Connect SideTask to your favorite tools like Notion, Jira, and Trello to turn code comments into a card.
  • 🚀 [PRO] AI Integrations: Connect SideTask to your favorite AI like Chat GPT.

Support the Project

This is an indie project built with ❤️. If you find SideTask useful, please consider supporting its development:

  • Leave a ⭐️⭐️⭐️⭐️⭐️ rating on the Marketplace.
  • Report bugs or request features on our GitHub Issues.
  • Buy me a coffee!

License

This extension is licensed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft