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.
Python version (& distribution if applicable, e.g. Anaconda): vanilla Py 3.7
Expected behaviour
Ctrl+lick "b" or "c" in test.py.
It should jump to definition of b or c.
Actual behaviour
It jumps to definition of a.
Logs
Goto Definition in file:///d:/pytest/test.py at (1, 24)
Hover in file:///d:/pytest/test.py at (1, 24)
Goto Definition in file:///d:/pytest/test.py at (1, 23)