-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Characters inserted in wrong section when using Snippets #843
Comments
This should be fixed on master from #837 |
Thanks @xconverge, I'll wait for master to be pushed as a release and can verify this is fixed then. |
This bug is actually much severe than expected and it's still not fixed. The reason that the first Another problem is, when you use I've tried multiple ways to get rid of this issue this afternoon and finally came up with one solution that looks reasonable to me, which is delegating everything back to Code if it's in Insert Mode and Multi Cursor. Will send out that PR later. |
hmm I partially fixed this...but it looks like I may have broke that when you start the snippet, everything is selected, let me see |
Is this still an issue? I can't seem to replicate it. |
The VSCodeVim team prioritizes issues based on reaction count.
What did you do?
Set-up: empty file, insert mode, trigger with multiple sections - example below
rnc
), and press tab.Enter
ORTab
to select the next snippet section.GIF of problem:
What did you expect to happen?
The characters I typed the second section would only occur in the second section.
What happened instead?
The first character I typed in the second section is added to the first section, and is not typed in the second section
Technical details:
Other details
*Snippet used: *
The text was updated successfully, but these errors were encountered: