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 doesn't work #96

Closed sidharthachatterjee closed 5 years ago

sidharthachatterjee commented 5 years ago

I added a minimal .graphqlconfig as documented in https://github.com/prisma/graphql-config with the following:

{
  "schemaPath": ".cache/schema.graphql"
}

Autocomplete doesn't work though. Am I missing something?

divyenduz commented 5 years ago

@sidharthachatterjee : Thanks for raising this. Can you please see if there is an error in the output logs for "GraphQL Language Service".

divyenduz commented 5 years ago

Also, to make language features like autocomplete work, please refer to usage section. Although, there might be a bug (https://github.com/prisma/vscode-graphql/issues/93) that prevents this from working in some cases, I am investigating that.

yantrab commented 5 years ago

Not working for me either. can you give as a simple work repo?

thu-san commented 5 years ago

Me 3 not working :)

hylarucoder commented 5 years ago

not working , could you offer a minimal working repo?

5achinJani commented 5 years ago

Not working for me too. #75

divyenduz commented 5 years ago

Please notify me via a comment here if this issue still exists, I will reopen the issue.