jsturtevant / ace-jump

Allows for quick movement around the editor screen. Inspired by AceJump for Webstorm and Vim plugin AceJump.
https://marketplace.visualstudio.com/items?itemName=jsturtevant.AceJump
MIT License
47 stars 17 forks source link

Vs vim workaround #6

Closed mgutekunst closed 7 years ago

mgutekunst commented 7 years ago

Hi, this is a work around that disables VsVim while ace-jump is active.

jsturtevant commented 7 years ago

this looks like a fix for #3? Is there any performance issues with disabling plugin this way?

mgutekunst commented 7 years ago

Hi,

There is an issues if you try to use ace-jump in visual mode. After jumping, it first seems that the selection is discarded. But after moving the cursors once more, the visual selection is enabled again.

So you could say it's a fix for #3 but you have to deal with the restriction described above.

jsturtevant commented 7 years ago

Thanks! I tried it out and it works. It's better than it was so will merge it and log the above as a known issue.