Home
Softono

Vscode Projects Plus Todo Plus

Open source MIT TypeScript
30
Stars
2
Forks
3
Issues
2
Watchers
5 months
Last Commit

 About Vscode Projects Plus Todo Plus

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

Platforms

Web Self-hosted iOS

Languages

TypeScript

Links

Need Help Installing Vscode Projects Plus Todo Plus?

We provide expert installation service for this software. Our team will install, configure, and secure Vscode Projects Plus Todo Plus on your server. plans start at just $30.

Vscode Projects Plus Todo Plus

View on GitHub

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 containing all your todo files aggregated into one
Projects: Embedded Todos // Open a file containing all your embedded todos aggregated into one
```penso che vengo, se trovo come o se non è troppo presto, penso in caso messo jeans e

## Settings

```js
{
  "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