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

Renaming doesn't work accross files. #886

Closed
sewbacca opened this issue Jan 3, 2022 · 0 comments
Closed

Renaming doesn't work accross files. #886

sewbacca opened this issue Jan 3, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@sewbacca
Copy link
Contributor

sewbacca commented Jan 3, 2022

Describe the bug
Renaming methods that are used elsewhere are not properly modified.

To Reproduce
Steps to reproduce the behavior:

  1. Create a module with a method named test.
  2. Require that module from a different file. And call test()
  3. Rename the test function to wtf or any other name.
  4. See that test won't be renamed to wtf or any other name.

Expected behavior

test() should be renamed to wtf()

Screenshots

bugmp4.mp4

Environment (please complete the following information):

  • OS: Windows
  • No WSL
  • Client: VSCode

Additional context
Maybe related to #647.

@sumneko sumneko added the bug Something isn't working label Jan 4, 2022
@sumneko sumneko closed this as completed in 2d37173 Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants