Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Projects+ Todo+New to Visual Studio Code? Get it now.
Projects+ Todo+

Projects+ Todo+

Fabio Spampinato

|
8,397 installs
| (1) | Free
Bird's-eye view over your projects, view all your todo files aggregated into one.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Projects+ Todo+

Logo

Bird's-eye view over your projects, view all your todo files aggregated into one.

Install

Follow the instructions in the Marketplace, or run the following in the command palette:

ext install fabiospampinato.vscode-projects-plus
ext install fabiospampinato.vscode-todo-plus
ext install fabiospampinato.vscode-projects-plus-todo-plus

Usage

It adds 2 commands to the command palette:

Projects: Todo // Open a file containg all your todo files aggregated into one
Projects: Embedded Todos // Open a file containg all your embedded todos aggregated into one

Settings

{
  "projectsTodo.indentation": "  ", // String used for indentation
  "projectsTodo.showPaths": true, // Show individual todo files paths
  "projectsTodo.hideEmpty": true, // Hide projects and groups without any todo
  "projectsTodo.hideDone": true, // Hide any done todo
  "projectsTodo.hideCancelled": true, // Hide any cancelled todo
  "projectsTodo.hideComments": false, // Hide all the comments
  "projectsTodo.hideArchives": true, // Hide any archive section
  "projectsTodo.filterRegex": false // List only projects having a name matching this regex
}

Demo

Demo

Contributing

If you found a problem, or have a feature request, please open an issue about it.

If you want to make a pull request you can debug the extension using Debug Launcher.

License

MIT © Fabio Spampinato

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