-
-
Notifications
You must be signed in to change notification settings - Fork 371
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When fields are set equal to other fields with same name, renaming causes wrong renaming.
To Reproduce
Steps to reproduce the behavior:
local a = { }
local b = { }
a.color = { 1, 1, 1 }
b.color = a.color
Rename b.color
to b.colora
and see in the same line a.color
change to a.colora
Expected behavior
Only b.color
change to b.colora
Screenshots
Note: ---@class ...
doesn't matter.
Environment:
- OS: Windows
- No WSL
- Client: VSCode
Additional context
I turned of all intellisense features in settings.json and the error remains.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working