sts4 icon indicating copy to clipboard operation
sts4 copied to clipboard

syntax highlighting for embedded languages (SpEL, JPQL, SQL, HQL, etc.) inside of Java editor (in Eclipse)

Open martinlippert opened this issue 1 year ago • 2 comments

Support for syntax highlighting for SpEL, JPQL, SQL, HQL, etc. in Eclipse when working in the standard Java editor. The current implementation uses the semantic token support of the LSP, which works in Eclipse only if used inside the Generic Editor (the standard LSP based editor in Eclipse).

This issue is to support this mechanism for the Java editor in Eclipse as well.

martinlippert avatar Apr 18 '24 19:04 martinlippert

POC is working which is a great thing of course :-) but we are still miles away from the final solution:

Screenshot 2024-08-14 at 17 46 16

BoykoAlex avatar Aug 14 '24 21:08 BoykoAlex

In order to implement this, we need a number of changes in JDT UI itself, therefore moving the target milestone to 4.27.0, which will be the release based on Eclipse 2024-12 - which is the earliest target for those changes in JDT UI.

martinlippert avatar Aug 19 '24 13:08 martinlippert