You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@cpgo Hey apologies I haven't been maintaining this project much as I've switched to using Neovim inside of VSCode. I can see this being a configurable option, with the default being auto focus to the active editor group. Feel free to create a PR for this, I'm short on time so I don't think I'd be able to get this done myself in the reasonable future.
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
Does that makes sense? Im not familiar with writing vscode extensions but I could try to make a PR with the auto focus feature.
The text was updated successfully, but these errors were encountered: