Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto focus active group before jumping #46

Open
cpgo opened this issue Feb 11, 2022 · 2 comments
Open

Auto focus active group before jumping #46

cpgo opened this issue Feb 11, 2022 · 2 comments

Comments

@cpgo
Copy link

cpgo commented Feb 11, 2022

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

  1. Dont allow the user to start a find if the editor is not on focus
  2. 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.

@tranhl
Copy link
Owner

tranhl commented Apr 28, 2022

@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.

@cpgo
Copy link
Author

cpgo commented Apr 29, 2022

Hi @tranhl , I will try writing this feature but since I have zero experience writing vscode extensions it might take a while 🙃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants