Bird's-eye view over your projects, view all your todo files aggregated into one.
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
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
}
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.
MIT © Fabio Spampinato