Spring JPA AutocompleteAutocomplete Spring Data JPA derived-query keywords while writing Java repository methods. Features
UsageOpen a Java repository and type a method such as:
The extension is activated automatically for Java files. Suggestions can also be opened with RequirementsVS Code 1.136 or later. Known limitationsThe first version does not inspect compiled entities outside the current workspace. Save changed Java files to refresh the entity index. Release Notes0.0.1Initial release with Spring Data JPA keyword and property completion. |