question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

6reactions
stephencommented, Dec 24, 2017

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.

3reactions
ganemonecommented, Jul 29, 2019

I recently made changes to https://github.com/prisma/vscode-graphql which add total support for lsp in both js and graphql files.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found