Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Simple To-Do TreeNew to Visual Studio Code? Get it now.
Simple To-Do Tree

Simple To-Do Tree

max54nj

|
13 installs
| (0) | Free
A simple tree of all your To-Dos
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Simple Todo Tree

Supports multi project workspaces

todo tree

Extension Settings

  • simpleTodoTree.includePatterns: A list of glob patterns that will be used to include files in the tree view. For example, ["**/*.js"] will include all files with a .js extension.
  • simpleTodoTree.excludePatterns: A list of glob patterns that will be used to exclude files from the tree view. For example, ["**/node_modules/**"] will exclude all files in the node_modules directory.
  • simpleTodoTree.todoPatterns: A list of glob patterns that will be used to match TODO comments in the files. For example, ["TODO"] will match every line that contains the word "TODO". (eg: "// TODO: Implement this feature")
  • simpleTodoTree.debounceDelay: The delay in milliseconds before the tree view is updated after a file change. This can help improve performance when working with large projects. Default is 500 milliseconds.

Known Issues

Nothing known so far.

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