Open saurav-bhagat opened 4 years ago
Please provide a code example of where you are expecting autocomplete, e.g.
quiz
, strawberry-graphql
, etc.%%graphql
magic, a function call, loading a gql
file, etc.It would potentially be appropriate for this repo to wrap a graphql language server as we do for a number of other languages, but that will primarily work for graphql
files, and may well need some more configuration (#196) to be able to specify the remote endpoint.
We have a potential roadmap item open to expand the nested language capabilities (#191), but no work has been started there. For example, we currently only have nesting with %%
magics, but would like to support inline function calls in the future... but its heavily dependent on which client, etc.
If you are working in IPython, also of interest to you might be:
I'm looking if we can use this language server tool to get the same features which graphiQL provides, but inside jupyterlab. Thanks