Skip to content

Add two more symbol tags: Overrides and Implements#948

Merged
jonahgraham merged 1 commit intoeclipse-lsp4j:mainfrom
travkin79:add-more-symbol-tags
Feb 5, 2026
Merged

Add two more symbol tags: Overrides and Implements#948
jonahgraham merged 1 commit intoeclipse-lsp4j:mainfrom
travkin79:add-more-symbol-tags

Conversation

@travkin79
Copy link
Contributor

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.

@github-actions
Copy link

github-actions bot commented Feb 5, 2026

Test Results

  500 files  ±0    500 suites  ±0   46s ⏱️ +10s
  359 tests ±0    359 ✅ ±0  0 💤 ±0  0 ❌ ±0 
4 052 runs  ±0  4 052 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit f980d9a. ± Comparison against base commit 1ec37d8.

@jonahgraham
Copy link
Contributor

Thanks @travkin79 - merged.

@jonahgraham jonahgraham merged commit 687d3a4 into eclipse-lsp4j:main Feb 5, 2026
7 checks passed
travkin79 added a commit to travkin79/lsp4e that referenced this pull request Feb 5, 2026
@travkin79
Copy link
Contributor Author

Thank you very much @jonahgraham

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.

2 participants