Details
Description
The code completion proposals currently only list the war properties available on the domain class. It would be cool if there was a hover that shows the eventually created method name in case this proposal was applied.
interface UserRepository extends Repository<User, Long> { }
Code completion on a findBy… should list firstname, lastname and so on with hovers of findByFirstname, findByLastname and so on.