Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Implement textDocument/references for finding references to the symbol under the cursor #4

@mfelsche

Description

@mfelsche

This feature resolves a list of references to the symbol under the cursor.

See the spec: textDocument/references.

One possible implementation could generate a mapping from all possible symbols that refer to something (tk_fletref, tk_varref etc.) to the AST node / symbol they refer to, and from that node to an Array[AST] which holds all the references to the definition symbol.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions