spring-projects / spring-projects/spring-tools
Support multiple `SemanticTokensProvider`s from LSP standpoint
Open
@BoykoAlex is already working on this.
Since May 15, 2024.
for: eclipse
for: vscode
theme: spel-support
theme: spring-data-support
type: enhancement
- Dominant language
- Java
- Stars
- 983
- Forks
- 240
- Avg merge
- 7d 1h
- Merged PRs (30d)
- 7
Description
Java language may have multiple semantic tokens providers simultaneously to provide syntax highlighting for languages embedded inside Java annotations. For example, HQL/JPQL/SQL queries, SPEL expressions etc.
Currently VSCode only effectively supports one semantic tokens providers. The request to support many is: https://github.com/microsoft/vscode/issues/212650
Eclipse seems to be way behind for Java: #1235 covers Eclipse side
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.