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
{{ message }}
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
Python version (& distribution if applicable, e.g. Anaconda): 3.8.3, 3.7.3, 2.7.16
Expected behaviour 1
Renaming imported function should rename that function in all files
Actual behaviour 1
An error pops up simply saying "No Result". The function is not renamed.
Expected behaviour 2
Renaming a module, such as renaming the test part of "modules.test", should update that file name as well as the symbol
Actual behaviour 2
The file is not renamed. For whatever reason, whatever name the user types into the input box is actually appended onto the "def" keyword in the function definition.
Additional Info
This happens regardless of being in a virtualenv, or what virtualenv I'm running.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Environment data
Expected behaviour 1
Renaming imported function should rename that function in all files
![Screen Shot 2020-07-07 at 12 18 58 PM](https://user-images.githubusercontent.com/46236113/86818466-0a3c6880-c04c-11ea-89de-e0e9f6e6c4e2.png)
Actual behaviour 1
An error pops up simply saying "No Result". The function is not renamed.
Expected behaviour 2
Renaming a module, such as renaming the test part of "modules.test", should update that file name as well as the symbol
![Screen Shot 2020-07-07 at 12 24 17 PM](https://user-images.githubusercontent.com/46236113/86819064-c8f88880-c04c-11ea-894c-45af322a2f6d.png)
Actual behaviour 2
The file is not renamed. For whatever reason, whatever name the user types into the input box is actually appended onto the "def" keyword in the function definition.
![Screen Shot 2020-07-07 at 12 26 37 PM](https://user-images.githubusercontent.com/46236113/86819323-1bd24000-c04d-11ea-8af4-f70dd1552835.png)
Additional Info
This happens regardless of being in a virtualenv, or what virtualenv I'm running.
The text was updated successfully, but these errors were encountered: