-
Notifications
You must be signed in to change notification settings - Fork 82
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
Cursor move around #211
Comments
@ciaranchen try toggling the cursor mirror mode with Ctrl+Shift+F2 (or Cmd+Shift+F2 on mac) @NikolasKomonen @xorye when mirror mode is disabled, the event handler should be removed so as to avoid that. |
Happening for me as well - disabled the vscode-xml extension and all is working again microsoft/vscode#86966 (comment) |
0.10.1 released, the mirror cursor editing has been temporarily removed |
Thanks @fbricon ! |
When I selected a text range, the anchor move around. I disable all other extensions, but the question still exists.
I thought the question is in
src/mirrorCursor.ts
. thewindow.onDidChangeTextEditorSelection
was called multiple times while I selected a text range. It's parallel.Then in event handler, it calls
exitMirrorMode
which change selections.So when I selected a range of text quickly, anchor will go back to the charator I selected before. And if I click on other position, the anchor will move around the whole page.
Sorry for my poor English. I have tried.
The text was updated successfully, but these errors were encountered: