-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
It's easy to use "Multiple cursor" ,but autocomplete not working correctly & how to remove one of the cursor ? #25964
Comments
For the suggestion question, I refer you to @jrieken |
@manglobe Please clarify the above statement. Please add detailed steps, the actual and expected behaviour |
@jrieken For Example I want write several 'a' tag in html :
Another scene:
Mybe my english was too awful . So I uploaded two gifs . (:3 」∠) |
This is emmet which doesn't support multiple cursors, yet |
Set For details on this setting read #1952 (comment) |
If I want to write same code in several place , I will use alt+click to generate multiple cursor . But when I press 'tab' to use autocomplete , it can't works.
And if I generate a cursor in a wrong place,I don't know how to remove it , I can only come back again .
I read the Official documents https://code.visualstudio.com/docs/editor/codebasics#_multiple-selections-multicursor , but I just find how to make multiple cursor.
The text was updated successfully, but these errors were encountered: