-
-
Notifications
You must be signed in to change notification settings - Fork 320
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
Auto complete for table field triggers to early #461
Comments
As a workaround I use Esc -> Enter |
Me too, but it's annoying, because after that you also need to manually trigger the auto complete again. |
Okay, it triggers again after hitting enter - you're right. It still bugs me to constantly have to hint esc. |
Then what key do you suggest to complete the input of parameters from the dropdown list? |
Usually the autocomplete should either kick in after some characters have been written or by pressing |
Both P.S. It seems I found the bug. If brackets { } are not closed, |
The auto complete for table fields triggers already when either the braces are opened or a comma is inserted after each field. It would be better to only trigger after some characters where typed or CTRL+Space was pressed. This is more common with other auto complete cases. The current solution makes it very inconvenient, because you cannot insert a new line after the open brace or after the comma w/o first cancelling the auto complete.
I attached an example project and a video demonstrating the issue.
sumneko-lua-bugs.zip
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: