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

Completion does not appear for Jakarta using lsp4ij 12/01 #598

Closed
turkeylurkey opened this issue Dec 13, 2023 · 1 comment
Closed

Completion does not appear for Jakarta using lsp4ij 12/01 #598

turkeylurkey opened this issue Dec 13, 2023 · 1 comment
Assignees
Labels
language client language server integration

Comments

@turkeylurkey
Copy link
Member

turkeylurkey commented Dec 13, 2023

When you type Ctrl-space you can see the snippets contributed by Java and lsp4mp but not from lsp4jakarta.

Using the draft code incorporating the 12/01 code of lsp4ij and the corresponding support for MicroProfile. #592

@turkeylurkey turkeylurkey added the language client language server integration label Dec 13, 2023
@turkeylurkey turkeylurkey self-assigned this Dec 13, 2023
@turkeylurkey
Copy link
Member Author

In LSPCompletionProposal we use serverCapabilities.getCompletionProvider().getResolveProvider(). This returns a Boolean but for lsp4jakarta this value can be null. Added a null check before using the value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language client language server integration
Projects
None yet
Development

No branches or pull requests

1 participant