graphql / vscode-graphql

MIGRATED: VSCode GraphQL extension (autocompletion, go-to definition, syntax highlighting)
https://marketplace.visualstudio.com/items?itemName=Prisma.vscode-graphql
MIT License
555 stars 71 forks source link

Suggestion one field once #190

Closed homoky closed 4 years ago

homoky commented 4 years ago

On query:


export const meQueryDefinition = gql`
  query me {
    me {
      id
     // When i see suggestions it still shows me id, it could only show rest unused fields
     // If not by default then it would be great as setting of the plugin.
    }
  }
`;

## Specifications

  - GraphQL for VSCode Extension Version: 0.3 Insider
  - VSCode Version: GraphQL Insiders
  - OS Name: Mac OS X
  - OS Version: Big Sur
acao commented 4 years ago

can you open an issue for this in graphql/graphiql repo? this extension has no power over this, it's controlled by it's dependencies that I maintain

homoky commented 4 years ago

Ok. I will open it there.