-
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
Add hover syntax highlighting for types #2065
Conversation
🦋 Changeset detectedLatest commit: 38e6762 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 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 |
The latest changes of this PR are available as canary in npm (based on the declared |
Codecov Report
@@ Coverage Diff @@
## main #2065 +/- ##
==========================================
- Coverage 65.70% 63.37% -2.34%
==========================================
Files 85 94 +9
Lines 5106 5458 +352
Branches 1631 1717 +86
==========================================
+ Hits 3355 3459 +104
- Misses 1747 1994 +247
- Partials 4 5 +1
Continue to review full report at Codecov.
|
This applies to all implementations essentially. because it's opt-in for direct usage with `getAutocompleteSuggestions`, `codemirror-graphql` will be unaffected. the lsp server, monaco-graphql and others will be able to use the markdown output this is just the start!
This applies to all implementations essentially. because it's opt-in for direct usage with
getAutocompleteSuggestions
,codemirror-graphql
will be unaffected.the lsp server, monaco-graphql and others will be able to use the markdown output
this is just the start!
where to test:
monaco-graphql
graphql-language-service-server