-
Notifications
You must be signed in to change notification settings - Fork 235
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
[mini.completion] Completion list disappears with existing LSP completion items and reappears using fallback #679
Comments
Thanks for the issue! Going through the list (with Essentially, this is a duplicate of #306. If you want it to work a bit better, take a look at suggestion from this comment. That said, as builtin |
@JSteitz, would you mind testing It seems to fix the |
Tested and it works in all ts/js/php. For completeness’s sake, here is the test case for php:
|
Thanks for the follow up! I'll add some new update related to |
This now should be resolved on |
Contributing guidelines
Module(s)
mini.completion
Description
Typing a character after the
.
delimiter, the completion list disappears, and it also loses/forgets the context.See "Steps to reproduce" for a better understanding of what happens.
In this example, I use typescript with native
Object.entries()
I also observed this behavior with PHP.
minimal.lua
Neovim version
0.9.5
Steps to reproduce
nvim --clean -u minimal.lua
:LspInfo
Object.
and see completion list from lspObject.e
completion list is goneObject.en
completion list from fallback appears (only when available)Expected behavior
No response
Actual behavior
Completion list disappears after typing and reappears with fallback
The text was updated successfully, but these errors were encountered: