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 across multiple files (feature) #101

Open
AdityaTaggar05 opened this issue Mar 18, 2021 · 1 comment
Open

Rename across multiple files (feature) #101

AdityaTaggar05 opened this issue Mar 18, 2021 · 1 comment

Comments

@AdityaTaggar05
Copy link

I have been using semshi for quite some time now and I am loving it. The only that is inconvenient to me is that when I rename a function declared in one file, its usages in other files are not changed.

For example: If a file settings.py has a function changeSettings() and I am using it in file main.py. On renaming the function to updateSettings(), the function call in main.py stays changeSettings() and not updateSettings().

The current rename function just changes the function name in the current file. And I am requesting to add a feature/function to rename a variable or function or class across multiple files. Thanks

@j-blackwell
Copy link

Definitely agree that this would be a great feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants