-
Notifications
You must be signed in to change notification settings - Fork 14
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
Exception on "class extends XXX" autocompletion #161
Comments
@datho7561 have you some idea about this problem? |
This seems to be similar to eclipse/lsp4mp#402. I think it's probably the same root cause. The completion item should not appear at all. As for why completion resolve is failing, I don't know. |
@datho7561 if you have an empty class and you open completion, rest_class appears which is correct andyou have the same error popup. LSP4MP consider that all completions items contains a We need to check that here. Are you ok with that? Do you think you could have time to fix it. It is a really annoying bug. |
Okay, I can take a look into it |
Thanks @datho7561 ! |
Hey @JessicaJHee if you comment on this issue, I can assign you, to reflect that you contributed the fix |
Worked on this issue |
Fixed with eclipse/lsp4mp#412 |
Got the following error when trying to get suggestions for classes to extend.
Additional information:
The text was updated successfully, but these errors were encountered: