Skip to content

No way to disable follow_imports in goto #284

@asmeurer

Description

@asmeurer

The Jedi goto call hard-codes follow_imports=True and follow_builtin_imports=True

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)?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions