-
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
fix: autocompletion for argument values, more trigger characters #2070
Conversation
The latest changes of this PR are available as canary in npm (based on the declared |
Codecov Report
@@ Coverage Diff @@
## main #2070 +/- ##
==========================================
- Coverage 65.70% 63.50% -2.21%
==========================================
Files 85 94 +9
Lines 5106 5466 +360
Branches 1631 1714 +83
==========================================
+ Hits 3355 3471 +116
- Misses 1747 1990 +243
- Partials 4 5 +1
Continue to review full report at Codecov.
|
add665f
to
76c69d8
Compare
🦋 Changeset detectedLatest commit: bb52471 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
76c69d8
to
992640e
Compare
monaco-graphql
trigger characters
also introduce more triggerCharacters to `monaco-graphql`!
992640e
to
a3368e0
Compare
f4b8541
to
8243bd6
Compare
0ac4269
to
8bdda5b
Compare
8bdda5b
to
bb52471
Compare
monaco-graphql
trigger characters
@rchl introducing more |
so, this doesn't impact |
Sorry but to test this properly, I'd need this working in my editor. I'm not sure what to expect exactly from the codemirror behavior. I'll check it out when it's out and report if I see any issues. :) |
@rchl you should expect the monaco demo to complete variables and trigger completion. Codemirror is not changed by this PR |
fixes #2068 🎉 and #1894 (i think - @rchl do you agree?)
simplifies the code a bit. untangles a mess that I left when introducing argument value completion last year.
introduces more
triggerCharacters
tomonaco-graphql
as a precursor to #1997fixes this bug across the entire ecosystem by fixing the issue at the core
graphql-language-service-server
level