sublimelsp / LSP-graphql

GraphQL support for Sublime's LSP package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSP-graphql

GraphQL support for Sublime's LSP plugin.

Uses graphql-language-service-server to provide diagnostics, autocomplete suggestions, definitions and other features for GraphQL files or blocks. See linked repository for more information.

Project configuration

Server requires that your project includes a configuration file that defines the schema URL at least. Refer to server configuration file for more details.

Configuration

Open configuration file using command palette with Preferences: LSP-graphql Settings command or opening it from the Sublime menu (Preferences > Package Settings > LSP > Servers > LSP-graphql).

About

GraphQL support for Sublime's LSP package

License:MIT License


Languages

Language:JavaScript 57.5%Language:Python 42.5%