Skip to content
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

renameOnType does not work with multiple cursors #100977

Closed
jjspace opened this issue Jun 24, 2020 · 1 comment
Closed

renameOnType does not work with multiple cursors #100977

jjspace opened this issue Jun 24, 2020 · 1 comment
Assignees
Labels
editor-synced-region Issues related to synced region functionality in editor

Comments

@jjspace
Copy link

jjspace commented Jun 24, 2020

  • VSCode Version: 1.46.1
  • OS Version: Fedora 30

Steps to Reproduce:

  1. Create a new HTML file and paste the code below
    <div class="test"></div>
    <div class="test"></div>
    
  2. create a cursor at the same place in both opening or closing tags
  3. Change the tag in any way
  4. The first div's tags are updated for each cursor, the second div's tags are not. This functionality worked with the Auto Rename Tags extension

Does this issue occur when all extensions are disabled?: Yes

@aeschli aeschli added the editor-synced-region Issues related to synced region functionality in editor label Jun 25, 2020
@aeschli
Copy link
Contributor

aeschli commented Jun 25, 2020

duplicate of #88127

@aeschli aeschli closed this as completed Jun 25, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Aug 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
editor-synced-region Issues related to synced region functionality in editor
Projects
None yet
Development

No branches or pull requests

2 participants