vscode-code-outline
vscode-code-outline copied to clipboard
Activate the editor on cursor over
Hi, is possible to activate the editor focus when the cursor is over outline entity? Like it happens in Symbols.
It would be nice to have but I don't believe there are currently APIs for that. Let's keep this open and see where VSCode takes the TreeData provider API.
Hi, is there anyway to highlight a symbol in the outline when i click on it inside the editor?
There's currently no way to implement this. Custom tree views are a fairly new feature of Code.