Skip to content

Commit

Permalink
add vscode-graphql to the readme
Browse files Browse the repository at this point in the history
vscode-graphql was never added to the root readme!
  • Loading branch information
acao committed Mar 19, 2023
1 parent 6ed73bf commit da751f8
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ The GraphiQL IDE, implemented in React, currently using
![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/monaco-graphql)

Provides monaco editor with a powerful, schema-driven graphql language mode.
Uses the `graphql-language-service`directly.

See the [webpack example](examples/monaco-graphql-webpack#readme) for a plain
javascript demo using GitHub API
Expand All @@ -85,7 +86,8 @@ javascript demo using GitHub API
![Animated Codemirror GraphQL Completion Example](https://raw.githubusercontent.com/graphql/graphiql/main/packages/codemirror-graphql/resources/example.gif)

Provides CodeMirror with a parser mode for GraphQL along with a live linter and
typeahead hinter powered by your GraphQL Schema
typeahead hinter powered by your GraphQL Schema. Uses the
`graphql-language-service`.

## [`graphql-language-service`](packages/graphql-language-service#readme)

Expand All @@ -107,15 +109,32 @@ the now-retired `graphql-language-service-interface`,
![npm downloads](https://img.shields.io/npm/dm/graphql-language-service-server?label=npm%20downloads)
![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/graphql-language-service-server)

Provides language services for LSP-based IDE extensions
Provides language services for LSP-based IDE extensions using the
`graphql-language-service`

## [`graphql.vscode-graphql`](packages/vscode-graphql#readme)

An example implementation of `graphql-language-service-server` for Visual Studio
Code. Available
[on the marketplace](https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql).
OVSX fix is pending.

## [`graphql.vscode-graphql-syntax`](packages/vscode-graphql-syntax#readme)

A new syntax highlighting-only extension for vscode to be used by other vscode
extensions.

## [`graphql.vscode-graphql-execution`](packages/vscode-graphql-execution#readme)

An extension for vscode-graphql that allows inline query execution.

## [`graphql-language-service-cli`](packages/graphql-language-service-cli#readme)

[![NPM](https://img.shields.io/npm/v/graphql-language-service-cli.svg)](https://npmjs.com/graphql-language-service-cli)
![npm downloads](https://img.shields.io/npm/dm/graphql-language-service-cli?label=npm%20downloads)
![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/graphql-language-service-cli)

Provides a CLI for the language service server
Provides a CLI for the language service server.

## Browser & Runtime Support

Expand Down

0 comments on commit da751f8

Please sign in to comment.