microsoft / vscode-java-pack

VS Code extensions for Java developers.
Other
286 stars 131 forks source link

Support syntax highlighting for Spring JPA like queries #1299

Open nickzhums opened 6 months ago

nickzhums commented 6 months ago

Per customer feedback, support syntax highlighting for Spring JPA like queries such as this screenshot:

image

martinlippert commented 6 months ago

Related issue in the Spring Tools 4 issue tracker: https://github.com/spring-projects/sts4/issues/1114

martinlippert commented 5 months ago

Please watch https://github.com/spring-projects/sts4/issues/1114 for the latest progress on this.

nickzhums commented 5 months ago

Thanks @martinlippert !

martinlippert commented 5 months ago

@nickzhums If you switch to the pre-release build of the Spring Boot Tools extension, you can already try out the syntax highlighting for query annotations.

But we don't have diagnostics (yet) - as shown in the screenshot for the misspelled selecy word.

nickzhums commented 5 months ago

this is great, thanks a lot, will try it