Support multiple SemanticTokensProvider
s from LSP standpoint
#1251
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: spel-support
theme: spring-data-support
type: enhancement
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: microsoft/vscode#212650
Eclipse seems to be way behind for Java: #1235 covers Eclipse side
The text was updated successfully, but these errors were encountered: