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
- Host: GitHub
- URL: https://github.com/kumarharsh/vscode-graphql
- Owner: kumarharsh
- Created: 2016-10-03T08:45:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-22T17:18:47.000Z (about 10 years ago)
- Last Synced: 2025-06-21T11:11:22.938Z (about 1 year ago)
- Homepage: https://marketplace.visualstudio.com/items?itemName=mquandalle.graphql
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.

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).