todo-tree
todo-tree copied to clipboard
Use ripgrep to find TODO tags and display the results in a tree view
Hi, The add-on only finds the TODOs in the currently active cell (i.e. cursor in the cell) of the currently opened .ipynb-file. I can not list all TODOs from the...
Using ```json "todo-tree.general.tags": [ "LATER", ], ```  all `#Later`tags in my single markdown file are found. But using ```json "todo-tree.general.tags": [ "#LATER", ], ```  only the first match...
I think I figured it out. If I click on an item in the treeview of a file that is already being viewed, the cursor does not move to the...
// TODO: //TODO: Doesn't matter what, none of it works. Reinstalling/disabling/renabling does not help. Nothing is working.
Hi! 🌱 An extension bisect revealed this extension to be the cause of some extreme performance bottlenecks when working with large files. Unfortunately since [all VSCode extensions run on the...
Take a look at this screencast https://github.com/microsoft/vscode/issues/136241#issuecomment-956604726 I haven't looked at the code but I think this is due to throttling decoration on editor activation. I've seen this in other...
I am using Todo Tree to manage comments in the following format: ```js /** * @${author} (YYYY-MM-DD) * ${TAGS}: message */ ``` To match this pattern, I have applied the...
Just like the `workbench.tree.indent` setting in VSCode, it would be good if we could customize the tree indentation. I want to make it smaller to show more text under tree...
Todo Tree v0.0.226 On VSCode : Developer Restart Window, a stack trace is shown during the disposal of todo-tree. Since this is a disposal issue and not a runtime issue,...
I’ve encountered an issue where variable names starting with todo, fixme, or bug are being highlighted as if they were tags. This behavior is unintended and can be distracting. 