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

Deep autocomplete? #708

Open
mohsen1 opened this issue Aug 21, 2018 · 1 comment
Open

Deep autocomplete? #708

mohsen1 opened this issue Aug 21, 2018 · 1 comment

Comments

@mohsen1
Copy link
Contributor

mohsen1 commented Aug 21, 2018

Providing autocomplete for deep symbols would be nice. For instance if I want the following query:

{
  person {
    name 
  }
}

I'm suggesting typing na... suggests person.name and expands into this query.

@acao
Copy link
Member

acao commented Jun 8, 2022

@mohsen1 this is a great idea! would not be hard to implement using insertText for monaco-graphql or the LSP server, but would be tricky for codemirror-graphql potentially.

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

No branches or pull requests

2 participants