An open API service indexing awesome lists of open source software.

https://github.com/kumarharsh/vscode-graphql

:memo: An early stage GraphQL extension for Visual Studio Code
https://github.com/kumarharsh/vscode-graphql

Last synced: 5 months ago
JSON representation

:memo: An early stage GraphQL extension for Visual Studio Code

Awesome Lists containing this project

README

          

# GraphQL for VS Code

This Visual Studio Code extension provides syntax highlighting and code snippets for the GraphQL language. Files ending with `.gql` or `.graphql` will be automatically handled.

![Capture of the extension is VS Code](images/capture.png)

This is an early stage extension which misses a number of desirable features such as [ES6 template string support](https://github.com/apollostack/vscode-graphql/issues/1), [autocompletion and refactoring](https://github.com/apollostack/vscode-graphql/issues/2) capabilitites.

## License

MIT

The GraphQL logo is a property of Facebook, Inc. and available [here](https://github.com/facebook/graphql/blob/master/resources/GraphQL%20Logo.svg).

## Developement

Clone this package and open it in VS Code. Press F5 to start an instance of VS Code running your modified extension.

> Note that the files `syntaxes/graphql.json` and `snippets/graphql.json` were originally derived from the [Atom package](https://atom.io/packages/language-graphql) which is released under the [MIT license](https://github.com/rmosolgo/language-graphql/tree/037e5d46ea7c5eeeac412192ab8a3cf72157be2d#license).