We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The VSCodeVim team prioritizes issues based on reaction count.
Editing a JSON file with the following content
{ id: 1, someOtherId: 1 }
Press j + $ to bring the cursor to end of the first line, then press Ctrl + A
j
$
Ctrl
A
Nothing, the cursor was not in the correct position (before or over the last number in the current line).
{ id: 1, id: 2,: 1, }
The text was updated successfully, but these errors were encountered:
Bizarre. That's definitely a bug. Thanks!
Sorry, something went wrong.
516ac06
Merge pull request #1617 from Chillee/1588
72c00f3
Fixes #1588
No branches or pull requests
The VSCodeVim team prioritizes issues based on reaction count.
What did you do?
Editing a JSON file with the following content
Press
j
+$
to bring the cursor to end of the first line, then pressCtrl
+A
What did you expect to happen?
Nothing, the cursor was not in the correct position (before or over the last number in the current line).
What happened instead?
Technical details:
The text was updated successfully, but these errors were encountered: