automatically add import for types when applying content-assist proposals for query methods #991
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: code completion
theme: spring-data-support
type: enhancement
Milestone
I invoke content-assist within a Spring Data repository interface and select the one that generates the full method signature, e.g.:
But there is no import statement added for the
java.util.List
type in this case. The content-assist should add that necessary import automatically if the import is not yet there.The text was updated successfully, but these errors were encountered: