Skip to content

Add CodeLens reference counts for STEP instance definitions #96

Description

@Finradon

Implement textDocument/codeLens for local STEP instance definitions.

For each indexed #id= definition, return a lens at the definition range with a resolved title such as 12 references. The command should invoke the existing same-document references flow (or a lightweight equivalent).

Use Document.references; do not add cross-file indexing or require AST state. The feature must remain available above the AST parsing limit.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions