todo-tree
todo-tree copied to clipboard
Keyboard shortcut to focus/unfocus the TODO tree
Looking at the available keyboard shortcuts, I cannot find any where the TODO tree will be focused if it is currently not focused, opening it if necessary, and will focus the editor if it happens to be focused.
This would be very convenient for a user with a keyboard-focused workflow.
Such a behavior already exists for the file explorer, which can be set with
{
"key": "ctrl+shift+e",
"command": "workbench.view.explorer",
"when": "viewContainer.workbench.view.explorer.enabled"
}
although I don't know how to replicate this behavior in TODO tree.
Would it be possible to create something like that?
+1 I would like this feature.