Projects+ Todo+
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
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