spring-projects / spring-projects/spring-tools
add additional document highlighting for query statements
Open
@BoykoAlex is already working on this.
Since Oct 9, 2024.
for: vscode
theme: spring-data-support
type: enhancement
- Dominant language
- Java
- Stars
- 983
- Forks
- 240
- Avg merge
- 7d 1h
- Merged PRs (30d)
- 7
Description
At the moment, the document highlighting that we do for query statements is focused on showing references between parameters in the statement and parameters of the java method. In addition to that we could also highlight occurrences of the same identifier in the statement itself:
E.g. for the identifier owner
@Query("SELECT owner FROM Owner owner left join fetch owner.pets WHERE owner.id =:id")
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.