graphql / vscode-graphql

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

Learn from "comment tagged template" extension #46

Closed divyenduz closed 6 years ago

divyenduz commented 6 years ago

https://github.com/mjbvz/vscode-comment-tagged-templates

Can we learn from this. Uses the same tooling we use to support the gql tags.

divyenduz commented 6 years ago

Read the code. It is not dynamic but static (all languages hard coded).