Add two more symbol tags: Overrides and Implements#948
Merged
jonahgraham merged 1 commit intoeclipse-lsp4j:mainfrom Feb 5, 2026
Merged
Add two more symbol tags: Overrides and Implements#948jonahgraham merged 1 commit intoeclipse-lsp4j:mainfrom
jonahgraham merged 1 commit intoeclipse-lsp4j:mainfrom
Conversation
jonahgraham
approved these changes
Feb 5, 2026
Contributor
|
Thanks @travkin79 - merged. |
travkin79
added a commit
to travkin79/lsp4e
that referenced
this pull request
Feb 5, 2026
See changes on related PRs: - microsoft/language-server-protocol#2003 - eclipse-lsp4j/lsp4j#948
Contributor
Author
|
Thank you very much @jonahgraham |
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.
This is a follow-up to PR #856.
I added two more symbol tags in my LSP spec. PR and I would like to also add them in LSP4J in order to comply with the other PR.
See microsoft/language-server-protocol#2003
My goal is to offer LSP4E and other tools a way to show if a method is implementing or overriding another method from a parent class or interface, similar to JDT using implements / overrides overlay icons in the outline view.