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

Rename on click #111349

Closed
Armaldio opened this issue Nov 26, 2020 · 3 comments
Closed

Rename on click #111349

Armaldio opened this issue Nov 26, 2020 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@Armaldio
Copy link

Armaldio commented Nov 26, 2020

  • VSCode Version:
Version: 1.52.0-insider (user setup)
Commit: 6026ab576dc6a4fbb8e255241a364816f42464c5
Date: 2020-11-23T05:56:29.761Z
Electron: 9.3.3
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Windows_NT x64 10.0.19042
  • OS Version: W10 20H2

Steps to Reproduce:

  1. Open a javascript file
  2. Click on a variable that is referenced multiple times
  3. Type something

What is happening

All the references appear red when clicked and update as you type

What is expected

Not all references are "selected" and only the clicked one is used

It's like I've hit F2 to start refactoring
Is it a new setting ? I don't remember this to be a thing before.

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

Here is a video of what happen with extensions disabled

KJ0KVDqBUr

@IllusionMH
Copy link
Contributor

IllusionMH commented Nov 26, 2020

/duplicate of #110983
See comments on how disable it for JS/TS

@IllusionMH
Copy link
Contributor

You can also try to update VS Code to latest Insiders build - this prototype implementation should be removed bd40e25

@github-actions github-actions bot locked and limited conversation to collaborators Jan 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

4 participants
@IllusionMH @Armaldio @mjbvz and others