-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Small bug when autocompleting variables #2068
Comments
Oof! I can fix this. |
thank you for this bug report! I added support for variables completion last year, and thats where to fix some issues we had, i appended the $ character manually to the completion |
Awesome! 🎉 |
graphiql/packages/graphql-language-service-interface/src/getAutocompleteSuggestions.ts Line 604 in 503c376
graphiql/packages/graphql-language-service-interface/src/getAutocompleteSuggestions.ts Line 609 in 503c376
as a note for a PR, the |
does this seem to fix the issue in this monaco example? from #2070 quick way to demonstrate the universal LS features until we have a code-server deploy preview! |
Steps to Reproduce the Problem Or Description
Type
Press tab to autocomplete, select
$test
.Expected Behavior
Actual Behavior
Specifications
The text was updated successfully, but these errors were encountered: