Replies: 3 comments 9 replies
-
Do you set CompletionList.isIncomplete to true in your language server? If you set to true, I suggest that you set to false. |
Beta Was this translation helpful? Give feedback.
-
Note that rather than attempting to override the default filter/sort of proposals, improving the built-in one directly in LSP4E would be welcome. |
Beta Was this translation helpful? Give feedback.
-
Maybe as a follow up to the original question: Is there an intended way to filter the proposals on the client side? Some background: We are using lsp4e for editing Python files. The language server that we use includes dunder methods, e.g., An obvious solution is to implement such a filter within the Language Server, but I thought that this should also be possible on the client side. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I tried to find an entry point to change the way the completion proposal are filtered after the client retrieve them from the server. But when typing more text the client doesn't ask for a new list of proposals so I don't have access to the new typed text to filter the list of proposals.
For instance here I typed
eAA
after the completion was triggered:And thank you for the great work !
regards,
Yvan.
Beta Was this translation helpful? Give feedback.
All reactions