-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Labels
Description
The Jedi goto call hard-codes follow_imports=True and follow_builtin_imports=True
jedi-language-server/jedi_language_server/server.py
Lines 318 to 319 in a2efe99
| follow_imports=True, | |
| follow_builtin_imports=True, |
I would prefer these to be disabled, which causes the goto to go to the actual line that imports the name in the current file (and subsequent gotos on that will follow the imports automatically).
Could a configuration option be added for this (or the default changed, I don't care)?
Reactions are currently unavailable