improve validation for Spring Data queries #1516
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: spring-data-support
theme: validation
type: enhancement
Milestone
The validation for Spring Data queries seem to flag errors in the statement nicely when the error appears at the beginning, for example:
shows up a nice error message and squiggle lines below the
SELECTX
part of the query.However, having something like this:
stops syntax highlighting from highlighting anything starting from the
FROMX
, but there is no validation message showing up. Wondering whether we can show up nice squiggle lines and syntax error message here as well.The text was updated successfully, but these errors were encountered: