Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.42k stars 137 forks source link

[Question] Open the panel with a keybind #651

Closed jan-dh closed 1 year ago

jan-dh commented 2 years ago

Is there a possibility to open the TODO panel with a keybind? My default view is to have all the sidebar hidden so I'd like to be able to toggle my TODO's with a keybind.

I tried the following commands: .reveal, .showFlatView, .showTreeView, .expand but nothing seems to work.

 {
    "key": "cmd+k cmd+o",
    "command": "todo-tree.reveal"
  },
tbenthompson commented 2 years ago

I'd also appreciate this!

baincd commented 1 year ago

The command to show the Todo-Tree sidebar is workbench.view.extension.todo-tree-container

jan-dh commented 1 year ago

Thanks this works!