-
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
Symbol support for single document #1244
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1244 +/- ##
=========================================
Coverage ? 60.95%
=========================================
Files ? 75
Lines ? 3468
Branches ? 670
=========================================
Hits ? 2114
Misses ? 1216
Partials ? 138
Continue to review full report at Codecov.
|
seems there was an issue where the last amended push on publish didn't end up in master |
c71f888
to
80be9e5
Compare
497cb07
to
821a0c2
Compare
@divyenduz do you wanna give this a spin and let me know if im missing anything? |
I think we can do this in a seperate PR: |
I gave it a spin, looks good to me. I might not know it completely but fields ( Ah, more variations in icon are possible (wrench for |
ah yes, these icons are reflections of the symbol types! the purpose here is that the purple icon is a field with arguments, as it acts as a method. in this case, title and content are arguments for the field |
- example-graphiql-cdn@0.0.8-alpha.0 - example-graphiql-webpack@1.0.0-alpha.0 - codemirror-graphql@0.12.0-alpha.0 - graphiql@1.0.0-alpha.0 - graphql-language-service-interface@2.4.0-alpha.0 - graphql-language-service-parser@1.5.3-alpha.0 - graphql-language-service-server@2.4.0-alpha.0 - graphql-language-service-types@1.6.0-alpha.0 - graphql-language-service-utils@2.4.0-alpha.0 - graphql-language-service@2.4.0-alpha.0
Originally based on
graphql/graphql-language-service#195
Works a charm with https://github.com/prisma-labs/vscode-graphql
HTD:
yarn link
vscode-graphql
in vscode,yarn link graphql-language-service-server
and launch 'Extension' in debugger panelTODO: