Skip to content

ISSUE-116: Add Python module and line # information to allow for "jump to source" navigation #116

@jjtolton

Description

@jjtolton

Editors like CIDER look at the meta information on Clojure symbol to determine "jump to source" navigation.

Some preliminary tests I've run indicate that it would be possible to hack this include arbitrary file/line information to the metadata. During the population of require-python, it would be possible to gather the Python file/line information using the inspect module and transfer it to the metadata. This would allow for "jump to source" navigation for require-python symbols.

Acceptance criteria:

Python file/line information transferred to Clojure form metadata where appropriate in require-python forms.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions