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 was archived by the owner on Apr 14, 2022. It is now read-only.
# bar.py# comments ######################################### more commments ################################### even more comments ##############################defbaz(quux):
pass
Hover over __bug__ and Find All References
Completely unrelated file bar.py is referenced at offset 112 which is exactly the offset of __bug__ in foo.py at line 11
List All References behavior is identical
Trying to rename F2 __bug__ to some_random_variable works fine for foo.py but changes bar.py:
# bar.py# comments ######################################### more commments ##############################some_random_variable even more comments ##############################defbaz(quux):
pass
The text was updated successfully, but these errors were encountered:
Environment data
Steps to reproduce:
__bug__
and Find All Referencesbar.py
is referenced at offset 112 which is exactly the offset of__bug__
infoo.py
at line 11__bug__
tosome_random_variable
works fine forfoo.py
but changesbar.py
:The text was updated successfully, but these errors were encountered: