Skip to content

Commit

Permalink
link to VSCode extension
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed May 13, 2023
1 parent 30109cd commit cc1965f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Build implementation-first GraphQL servers in ReScript, with first class Relay i

- [Check out the docs on getting started](https://zth.github.io/resgraph/docs/getting-started).
- [Use this template to get started quickly](https://github.com/zth/resgraph-template).
- [Install the dedicated VSCode extension](https://marketplace.visualstudio.com/items?itemName=GabrielNordeborn.vscode-resgraph)

## What it looks like

Expand Down
4 changes: 4 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@

- Synthetic types, type creators etc - clean up
- Make id handling more sane

## Documentation

- Ensure snippets are covered
2 changes: 2 additions & 0 deletions docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ sidebar_position: 1
## Setup

> You're encouraged to use our [dedicated VSCode extension](https://marketplace.visualstudio.com/items?itemName=GabrielNordeborn.vscode-resgraph) that provides in-editor error messages, autocomplete, hovers, snippets, and more.
Let's start by setting up ResGraph in your project.

You can either follow these instructions below, if you want to understand how everything fits together. Or you can [use our project template](https://github.com/zth/resgraph-template) to get started quickly.
Expand Down

0 comments on commit cc1965f

Please sign in to comment.