Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[spring-data-support] remove pure findBy method completion from proposal list #1014

Closed
martinlippert opened this issue Mar 21, 2023 · 1 comment
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

Comments

@martinlippert
Copy link
Member

I am trying Petclinic, opened OwnerRepository, typing findBy and invoking content-assist. The list of proposals include a proposal findBy that produces

List<Owner> findBy();

which doesn't make a lot of sense. I think the code completion engine should not create this proposal.

@martinlippert martinlippert added type: enhancement for: eclipse something that is specific for Eclipse theme: spring-data-support for: vscode something that is specific for VSCode theme: code completion labels Mar 21, 2023
@BoykoAlex BoykoAlex added this to the 4.18.1.RELEASE milestone Mar 23, 2023
@BoykoAlex
Copy link
Contributor

Hopefully fixed with 3330e4e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants