Vim motion extension stops processing the keyboard input #2430
-
Hello all, I'm using amVim extension and, sometimes, when I'm holding a motion key (for instance 'k') the cursor starts going up, but suddenly the row is deleted and the key I'm holding is inserted. Looks like the extension just stop processing the command and the vscode handles that input. A short video showing the behaviour: Screen.Recording.2024-11-27.143513.mp4Looks like it happens more right after I save the file (formatting on save is enabled). and also my project is quite huge. And I started notice it a few weeks ago. So I'm not sure if this is a vscode problem or a problem with that extension... Anyone notice something similar? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @GersonDias , If you are having issues using the amVim extension, the best place to look for would be in the extension's repo / issues. I'm not sure how the extension works, but it seems other users have reported intermittent cursor movement as well aioutecism/amVim-for-VSCode#308. Maybe it is the same error you are facing. I would suggest you to look on this issue, if the error is the same, add comments on your scenario. Or maybe, open a new issue. If the amVim extension team/developer discovers the issue is on VS Code, it would contact the VS Code team reporting the issue. Or they could ask for help here, as this discussion forum is for extension development. Hope this helps |
Beta Was this translation helpful? Give feedback.
-
Hi @alefragnani, Thank you for your response! I actually opened an issue in the extension's repository, but unfortunately, I haven’t received any replies yet. I’m hoping to hear back soon. That said, the issue you pointed out doesn’t seem to align with the one I’m experiencing. By the way, I’ve noticed that the problem tends to occur more frequently when I have some terminal sessions open within VS Code. Is this a common challenge in VS Code extension development? Thanks again for your input! |
Beta Was this translation helpful? Give feedback.
Hi @GersonDias ,
If you are having issues using the amVim extension, the best place to look for would be in the extension's repo / issues.
I'm not sure how the extension works, but it seems other users have reported intermittent cursor movement as well aioutecism/amVim-for-VSCode#308. Maybe it is the same error you are facing. I would suggest you to look on this issue, if the error is the same, add comments on your scenario. Or maybe, open a new issue.
If the amVim extension team/developer discovers the issue is on VS Code, it would contact the VS Code team reporting the issue. Or they could ask for help here, as this discussion forum is for extension development.
Hope this helps