flow24
flow24

Reputation: 943

GraphQL syntax highlighting in VSCode js file

Been looking for this type or extension or setting. Is there any?

Upvotes: 13

Views: 16553

Answers (1)

RichieRock
RichieRock

Reputation: 1168

I was looking something similar myself and found this:

https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql

It has syntax highlighting, validation and more:

GraphQL extension for VSCode adds syntax highlighting, validation, and language features like go to definition, hover information and autocompletion for graphql projects. This extension also works with queries annotated with gql tag.

Upvotes: 10

Related Questions