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

Improve completion in extends/implements #906

Conversation

datho7561
Copy link

  • Change dom conversion logic to recover incomplete type names properly
  • Restrict the suggested classes based on if they are a class or interface
  • Do not suggest final classes
  • Do not suggest the current class

@datho7561 datho7561 force-pushed the dom-with-javac-completion-in-extends-implements branch from 12dc491 to be46dfc Compare October 24, 2024 20:17
- Change dom conversion logic to recover incomplete type names properly
- Restrict the suggested classes based on if they are a class or
  interface
- Do not suggest final classes
- Do not suggest the current class

Signed-off-by: David Thompson <[email protected]>
@datho7561 datho7561 force-pushed the dom-with-javac-completion-in-extends-implements branch from be46dfc to eb98570 Compare October 25, 2024 17:18
@datho7561 datho7561 merged commit c668882 into eclipse-jdtls:dom-with-javac Oct 25, 2024
4 of 5 checks passed
@datho7561 datho7561 deleted the dom-with-javac-completion-in-extends-implements branch October 25, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant