spacemacs/layers/+lang/graphql
Thanh Vuong dd2217b50e [new layer][graphql] add graphql layer
It builds around graphql-mode
- Syntax highlight and graphql calls with graphql-mode
- Autocomplete with comapy-dabbrev
- Format buffer with prettier
- Go to definition with ahs
2020-11-12 23:03:26 +01:00
..
img [new layer][graphql] add graphql layer 2020-11-12 23:03:26 +01:00
config.el [new layer][graphql] add graphql layer 2020-11-12 23:03:26 +01:00
packages.el [new layer][graphql] add graphql layer 2020-11-12 23:03:26 +01:00
README.org [new layer][graphql] add graphql layer 2020-11-12 23:03:26 +01:00

graphql layer

/TakeV/spacemacs/media/commit/dd2217b50ef8252deae7700310ce6fafadbaac22/layers/+lang/graphql/img/graphql.png

Description

This layer adds support for graphql file. It builds around graphql-mode. Please check its site for extra info.

Features:

  • Syntax highlight and graphql calls with graphql-mode
  • Autocomplete with comapy-dabbrev
  • Format buffer with prettier
  • Go to definition with ahs

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add graphql to the existing dotspacemacs-configuration-layers list in this file.

If you want to format graphql buffers you need to enable prettier layer also.

Key bindings

Key Binding Description
SPC m = = graphql-edit-headers
SPC m e graphql-select-endpoint
SPC m g G jump to definition new window
SPC m g g jump to definition
SPC m h graphql-edit-headers
SPC m s graphql-send-query