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.
Implement
textDocument/codeLensfor local STEP instance definitions.For each indexed
#id=definition, return a lens at the definition range with a resolved title such as12 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.