Skip to content

Commit 65efc61

Browse files
docs: add recommended VS Code extensions for improved GraphQL development experience
1 parent 4207aee commit 65efc61

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,6 +1053,20 @@ Help us improve nitro-graphql! Pick any item and contribute:
10531053
> [!NOTE]
10541054
> Have other ideas? Open an issue to discuss!
10551055
1056+
## 🛠️ VS Code Extensions
1057+
1058+
For the best development experience with GraphQL, install these recommended VS Code extensions:
1059+
1060+
- **[GraphQL: Language Feature Support](https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql)** - Provides GraphQL language features like autocompletion, go-to definition, and schema validation
1061+
- **[GraphQL: Syntax Highlighting](https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql-syntax)** - Adds syntax highlighting for GraphQL queries, mutations, subscriptions, and schema files
1062+
1063+
These extensions will enable:
1064+
- 🎨 Syntax highlighting for `.graphql` files
1065+
- 📝 IntelliSense and autocompletion based on your schema
1066+
- ✅ Real-time validation of GraphQL queries
1067+
- 🔍 Go-to definition for types and fields
1068+
- 💡 Hover information for GraphQL elements
1069+
10561070
---
10571071

10581072
### 🌟 Thank You

0 commit comments

Comments
 (0)