-
-
Notifications
You must be signed in to change notification settings - Fork 414
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
Auto Insert: Bracket Spacing
doesn't work with multiple cursor
#4140
Comments
This error has been around for a long time |
@asylbek23 Dude, no one has reported this problem before. Sending "this error has been around for a long time" here won't help it get fixed. |
Your answer too |
@so1ve I wonder if I could open this as a Feature Request for vscode. |
But I'd like to know if the vscode are willing to implement this feature. They don't add spaces inside Anyway, this is still a bug that we are not handling multiple cursors well. We'll fix it. |
True, I guess I'm used to prettier doing it on save, which is does for Vue double curly too, but it's nice to have it on type. |
I think this problem cannot be solved directly on the Vue language tools side, it requires changing Volar's auto insertion logic. |
It work with a single cursor:
It does not work with multiple cursor:
Only the first cursor will get the space around the brackets and all other cursor will be lost which is kind of annoying.
The text was updated successfully, but these errors were encountered: