-
Notifications
You must be signed in to change notification settings - Fork 7
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
After opening a file working with VsVim isn't possible #8
Comments
Try installing v1.14 and let me know if that fixes it. I added a call to Activate the newly-opened window to fix issue #7. It sounds like VsVim may have a problem with that. If v1.14 works, I'm not real sure what the solution will be. https://github.com/parnic/VSQuickOpenFile/releases/tag/v1.14.0 |
I have a similar issue - if you open a file via this extension, then hit 'ctrl-f', it does not focus on the find text field - it's still in the document, so if you then start typing it'll be modifying instead of searching. Was driving me crazy until I figured out it was just after using this extension. I downgraded to 14.0 as suggested and that doesn't have this problem. |
Thank you for the feedback. I'll revert the particular change that probably caused this. |
v1.15.2 has been published to fix this. |
Thanks for the speedy response! I've had no problems otherwise and use this constantly, It's so much faster than alternatives I've tried. Wish I could help with #7. Good luck! |
If I open a file with this extension and want directly to start typing using the VsVim extension, then since some time I need first to click with the mouse pointer into the window, the text editor area.
After this click I can start typing using keys to move the caret, start searches, editing the text.
There has been a change in behavior, since this wasn't a problem before.
The text was updated successfully, but these errors were encountered: