Is it possible to always have vscode focusActiveEditorGroup (not sure if thats the right command) before jumping?
My issue is, if I have the terminal focused I can start the find and the active file annotations show up, but the jump does not work/change focus to the file.
I see two ways this could be improved
- Dont allow the user to start a find if the editor is not on focus
- Always change focus to the file before the jump
Does that makes sense? Im not familiar with writing vscode extensions but I could try to make a PR with the auto focus feature.
Is it possible to always have vscode
focusActiveEditorGroup(not sure if thats the right command) before jumping?My issue is, if I have the terminal focused I can start the
findand the active file annotations show up, but the jump does not work/change focus to the file.I see two ways this could be improved
Does that makes sense? Im not familiar with writing vscode extensions but I could try to make a PR with the auto focus feature.