GraphQL language server - VSCode integration
See original GitHub issue@kumarharsh - I’m going to work on #6, and with that I’d love to talk about integrating this language server with your existing graphql-for-vscode
library!
I think you’ve already put in a lot of effort into supporting GraphQL in VSCode, and I’d love to contribute to your repo and/or collaborate together by hooking up this language server if you’re okay with it. I’ve already started some work by exporting the Atom syntax highlighter into .plist file.
Let me know what you think please!
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:10 (7 by maintainers)
Top Results From Across the Web
GraphQL: Language Feature Support
GraphQL extension for VSCode built with the aim to tightly integrate the GraphQL Ecosystem with VSCode for an awesome developer experience.
Read more >Apollo extension for VS Code - Apollo GraphQL Docs
The Apollo VS Code extension provides an all-in-one tooling experience for developing apps with Apollo. Using jump to definition on a fragment.
Read more >Announcing VSCode GraphQL 0.3.x and GraphQL LSP 2.5.x
There have been some significant changes to the official GraphQL Language Service) and language server itself. This article will…
Read more >Tutorials, Tools, Libraries, and VS Code Extensions to get ...
Extension for VSCode adds syntax highlighting, validation, and language features like go to definition, hover information and autocompletion for graphql ...
Read more >Visual studio code - Strawberry GraphQL
Strawberry comes with support for both MyPy and Pylance, Microsoft's own language server for Python. This guide will explain how to configure Visual...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I didn’t see any other way to use the language server in vscode, so I ended up writing a small lsp client extension to use this library with vscode - the autocomplete, diagnostics, and go to def work great. https://github.com/stephen/vscode-graphql
I’d be interested in adding more features like hover information and outlines as well.
I recently made changes to https://github.com/prisma/vscode-graphql which add total support for lsp in both js and graphql files.