Describe the bug
I am using the VSCodeVim/Vim plugin with the C/C++ plugin by Microsoft. When I enter for<tab>, the plugin expands the for-loop snippet. The behavior of modifying the iterating variable for this snippet seems to be broken. When I type j to replace i, the iterating variable becomes ij instead of j. I also could not delete the text properly.
To Reproduce
for<tab><tab> to select the iteration variable iExpected behavior
As I mentioned in the Describe the bug section.
Also, I verified that this behavior did not happen when I disable the Vim plugin.
Screenshots
As I mentioned in the Describe the bug section.
Environment (please complete the following information):
Additional context
None.
+1
+1
This behaviour happens on any snippet that uses multicursor, I don't believe it is linked to a particular language as I'm able to recreate it on every language I tried and even on my own custom global snippets.
Most helpful comment
This behaviour happens on any snippet that uses multicursor, I don't believe it is linked to a particular language as I'm able to recreate it on every language I tried and even on my own custom global snippets.