Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocompletion doesn't work inside GraphQL arguments after 4.0.0 #662

Closed
arlampin opened this issue Apr 26, 2023 · 3 comments
Closed

Autocompletion doesn't work inside GraphQL arguments after 4.0.0 #662

arlampin opened this issue Apr 26, 2023 · 3 comments
Labels
Milestone

Comments

@arlampin
Copy link
Contributor

Describe the bug
Autocompletion doesn't show anything for argument values. The top level argument names are suggested, but values are not in any way. This includes enum values (see screenshots) as well as anything inside any nested argument object. So for example if there an object argument, that argument's content is not autocompleted at any level.

Screenshots
Screenshot 2023-04-26 at 11 43 42
Screenshot 2023-04-26 at 11 43 49

Version and Environment Details
Operation system: Macos 13
IDE name and version: IntelliJ IDEA 2023.1 (Ultimate Edition)
Plugin version: 4.0.0

@vepanimas vepanimas added the bug label Apr 26, 2023
@vepanimas vepanimas added this to the 4.0.1 milestone Apr 26, 2023
@vepanimas
Copy link
Collaborator

Hi! It looks like it doesn't work only in scratch files, in a regular GraphQL file it works as expected. Is this the case for your project?

@arlampin
Copy link
Contributor Author

arlampin commented May 9, 2023

Kind of. It seems to work with .graphql files as you said, but it doesn't work with any embedded GraphQL queries. For example queries embedded in .tsx files using gql tag.

@vepanimas
Copy link
Collaborator

it doesn't work with any embedded GraphQL queries

Thank you for mentioning that. I'll check it out as well 👍.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants