- Notifications
You must be signed in to change notification settings - Fork 219
Closed
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: code completiontheme: spring-data-supporttype: enhancement
Milestone
Description
Consider a record:
public record Customer(@Id Integer id, String name) {}
And a corresponding repository:
public interface CustomersRepo extends Repository<Customer, Integer> { }
Now, one of the method completion proposal should have Name
proposal for:
public interface CustomersRepo extends Repository<Customer, Integer> { findBy^ }
Metadata
Metadata
Assignees
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: code completiontheme: spring-data-supporttype: enhancement