vscode-code-outline
vscode-code-outline copied to clipboard
[feature] - auto focus in `code outline` panel
Right now we can right click and click Show in code outline
But it would be much more convenient if there is a switch auto foucus
, which when turned on and the when code outline
panel is selected, will auto focus in code outline
panel
It was implemented for a while but due to how VS Code works internally it would constantly give focus to the Code Outline panel even if it was previously hidden or collapsed. See https://github.com/Microsoft/vscode/issues/48198