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

Autocomplete does not work at all #461

Closed incrypto32 closed 2 years ago

incrypto32 commented 2 years ago

Actual Behavior

Autocompletion does not work at all

Expected Behavior

When I start typing it should start auto-completing with valid types

Steps to Reproduce the Problem Or Description

Specifications

Logs Of TS Server || GraphQL Language Service

The logs are empty

Screenshot 2022-04-05 at 7 39 25 PM
acao commented 2 years ago

Where is your graphql config?

incrypto32 commented 2 years ago

@acao dont have one should i create one? Im using @graphprotocol/graph-cli. My folder look like this

Screenshot 2022-04-05 at 8 09 45 PM
acao commented 2 years ago

@incrypto32 just check the readme and you'll find it!