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
With this setting, when I call conda-mode-find-definitions on const.CONST_A, it gave me the following:
...
classint:
@overload
....
... which is in anaconda/0.1.15-py3/jedi/third_party/typeshed/stdlib/3/builtins.pyi.
I though it would jump to the actual definition site in constant.py file...
Other definitions, e.g., some user-defined class, go to the proper def-site. Only builtin types gave me strange location.
What should I do to make it give me the actual def-site? Is there any variable to set up?
The text was updated successfully, but these errors were encountered:
anaconda-mode-server-version
:"0.1.15"
Description
If I have a
constant.py
file like below:, and other module that use this module like below:
With this setting, when I call
conda-mode-find-definitions
onconst.CONST_A
, it gave me the following:... which is in
anaconda/0.1.15-py3/jedi/third_party/typeshed/stdlib/3/builtins.pyi
.I though it would jump to the actual definition site in
constant.py
file...Other definitions, e.g., some user-defined
class
, go to the proper def-site. Only builtin types gave me strange location.What should I do to make it give me the actual def-site? Is there any variable to set up?
The text was updated successfully, but these errors were encountered: