Skip to content

Compute additional information (reference tag) about the kind of access to a referenced item. #2226

Open
ratzdi wants to merge 11 commits intomicrosoft:gh-pagesfrom
ratzdi:issue_2207
Open

Compute additional information (reference tag) about the kind of access to a referenced item. #2226
ratzdi wants to merge 11 commits intomicrosoft:gh-pagesfrom
ratzdi:issue_2207

Conversation

@ratzdi
Copy link

@ratzdi ratzdi commented Feb 6, 2026

Compute additional information about the kind of access in the following methods:

  • textDocument.callHierarchy
  • textDocument.references

The type of access indicates whether the referenced object is being written to or read from.

Dimitri Ratz and others added 8 commits December 9, 2025 13:56
…ities

 and CallHierarchyClientCapabilities.

New: Reference interface aggregating Location and reference tags.

Change: response of the method textDocument/references now can contain
the array with objects of the new type Reference.
…ClientCapabilities and in CallHierarchyClientCapabilities.

Change: referenceTags is optional in Reference interface.
…ncesItemSupport

and for ReferenceClientCapabilities.referencesTagSupport.
@HighCommander4
Copy link

I take it this is a PR implementing #2207? (Just want to make sure the issue and PR are linked together for discoverability.)

…rarchyClientCapabilities.

Fix: renamed referencesTagSupport to referenceItemsSupport in ReferenceClientCapabilities.
@ratzdi
Copy link
Author

ratzdi commented Feb 8, 2026

I take it this is a PR implementing #2207? (Just want to make sure the issue and PR are linked together for discoverability.)

@HighCommander4, Yes.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants