You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 functionchangeSettings()
and I am using it in filemain.py
. On renaming the function toupdateSettings()
, the function call inmain.py
stayschangeSettings()
and notupdateSettings()
.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
The text was updated successfully, but these errors were encountered: