How to get Autocompletion for 'custom finder methods' and 'JPQL' inside Spring Data JPA Repository when using eclipse STS
04:01 24 Jun 2026

So I had encountered that my eclipse doesn't give support for autocompletion when I was writing custom finder methods and JPQL. I know this works on Jetbrains Intellij Idea paid version but I want to make it work in STS, can you please suggest any solution that will fix this issue?

spring-boot spring-data-jpa jpql spring-tool-suite sts