graphql / vscode-graphql

MIGRATED: VSCode GraphQL extension (autocompletion, go-to definition, syntax highlighting)
https://marketplace.visualstudio.com/items?itemName=Prisma.vscode-graphql
MIT License
557 stars 71 forks source link

feat: grammar - directive definitions, comments #183

Closed acao closed 4 years ago

acao commented 4 years ago

improve grammar support in graphql - we need directive definitions and improved comment support for arguments (input arguments, directives, etc) borrowed from https://github.com/zth/vscode-reasonml-graphql, thanks @zth