-
Notifications
You must be signed in to change notification settings - Fork 131
Curly brackets and dollar symbol invoke comprehensive completion list #641
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
Comments
Thanks for reporting this, it seems like a bug. |
@erusyd a fix has now been released as [email protected] and the latest vscode extension 1.29.0. Let me know if you experience other issues or ideas for future improvements. |
I tested it, the dollar($) sign still invokes completion on Emacs. |
A dollar sign should always invoke completions as we want to complete on variables — but in some cases we return an empty list back to the client. When the dollar sign lonely or part of a word (. e.g. $M) we return a non empty list of completions. In case it is part of a non word like the examples above we return an empty list of completions. But please provide an example if something isn’t work as expected. |
Solved. It is my Emacs company+yasnippet completion configuration problem. |
I think this pop up is meaningless.
The text was updated successfully, but these errors were encountered: