Closed ylazy closed 1 month ago
Unfortunately, I am unable to reproduce this issue when I try to recreate the code from your screenshot in my editor. Can you share a simple example that can reproduce the issue? Thanks!
Unfortunately if I create a simple example then the renaming is correct. The function Input is put inside a class called Tools
that is referencing to hundreds of files. I'll try to create a more complex example to see if the problem happen again. If yes I'll create a new issue.
Thank you!
If yes I'll create a new issue.
Please continue to comment on this issue if you see the problem happen again and can reproduce. Thanks!
Hi!
When I renamed
input
toInput
The result:
The actual result is:
XInputt
The expected result is:X.Input
Please review this.
Thank you!