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
Open
Compute additional information (reference tag) about the kind of access to a referenced item. #2226ratzdi wants to merge 11 commits intomicrosoft:gh-pagesfrom
ratzdi wants to merge 11 commits intomicrosoft:gh-pagesfrom
Conversation
…ype ReferenceTag[].
…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.
This was referenced Feb 6, 2026
|
I take it this is a PR implementing #2207? (Just want to make sure the issue and PR are linked together for discoverability.) |
muradblood
approved these changes
Feb 6, 2026
…rarchyClientCapabilities. Fix: renamed referencesTagSupport to referenceItemsSupport in ReferenceClientCapabilities.
Author
@HighCommander4, Yes. |
travkin79
added a commit
to travkin79/lsp4j
that referenced
this pull request
Feb 9, 2026
Fix issue eclipse-lsp4j#951. Implement LSP specification proposal microsoft/language-server-protocol#2226
added 2 commits
February 10, 2026 22:08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Compute additional information about the kind of access in the following methods:
textDocument.callHierarchytextDocument.referencesThe type of access indicates whether the referenced object is being written to or read from.