-
Notifications
You must be signed in to change notification settings - Fork 13
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
Running the contributed command:'findJump.activate' failed when using vscodevim #11
Comments
Thanks for your feedback! Tried mapping the ctrl+; to the exclusion of the vim plugin, to be handled only by the vscode, but it seems like a incompatibility problem, since running from the command pallete also has erros. Here's the console log: When I run using the ctrl+; keybinding:
When I run using the command pallete I get the same error but with different alert from the console. After disabling code vim the extension works as expected. I know there's a similar use with easymotion that is avaiable in vim but I like the way find-jump works better, as I already use it on jetbrains IDE. |
So, is there a way to use it with vscodevim? |
Hi @karambaq! Unfortunately, I was not able to make it work together with vscodevim :( |
@lcsdms any news on this one? I would like to use Find-Jump + amVim. |
Find-Jump is the best implementation of AceJump I've ever used. Great work. I just wish it worked with amVim. Can you see any way of doing this? |
Debugging the extension I figured out that the problem is that both extensions register the same command findJump @msafi I don't have experience building extensions so I don't know how to fix that, but maybe this gives you any idea on how to deal with this issue. And the error stack:
|
For those looking for an alternative (until this issue is resolved), I found that (although it's not good as find-jump) https://marketplace.visualstudio.com/items?itemName=lucax88x.codeacejumper works with amVim. |
I'm having the same problem!!! |
me too ,really sad |
I'm using the neovim plugin, and I'm having the same problem.
|
Hi ! I'm trying to use the extension, but when I mapped the keybinding, or when I try to run the command directly from the command palette (CTRL+SHIFT+P), I get the following error:
Additional Info:
Running VSCode version 1.23.0 on X64
Find-Jump 1.2.4
This is my keybinding.json
Am I doing something wrong ? thanks!
The text was updated successfully, but these errors were encountered: