jupyter-lsp / jupyterlab-lsp

Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
https://jupyterlab-lsp.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.81k stars 149 forks source link

Can this be used as to support GraphQL code completion and all inside notebook? #197

Open saurav-bhagat opened 4 years ago

saurav-bhagat commented 4 years ago

I'm looking if we can use this language server tool to get the same features which graphiQL provides, but inside jupyterlab. Thanks

bollwyvl commented 4 years ago

Please provide a code example of where you are expecting autocomplete, e.g.

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: