-
Notifications
You must be signed in to change notification settings - Fork 230
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
trigger characters should contains $
too
#1176
Comments
@mattn thanks for opening this issue, we are having trouble reproducing this...what version of editor services are you running? |
Possible to reproduce on master branch since |
I wonder if VS Code is sending over the completion request even though it shouldn't... @mattn which client are you using? Looks like Vim or NeoVim? |
I use vim-lsp on vim8. |
@mattn yeah that looks like a great idea, feel free to open a PR |
Fixes #1176 so IntelliSense gets triggered automatically when writing variables.
I prefer to add
$
into triggerChars for variables.The text was updated successfully, but these errors were encountered: