You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is only very basic syntax highlighting in JetBrains IDEs through https://github.com/gabotechs/graphqxl-idea-plugin, but it still does not have code navigation, code suggestions or error highlighting. There is also no support for text editors like Vs-code or Vim.
It would be nice to provide integration with IDEs and text editors, which can be accomplished by:
Either making a native integration with each one of the IDEs / text editors
Or implementing an LSP language server in rust reusing this codebase and make integrations with with the IDEs and editors.
Option two looks better, but further investigation is needed for this, as there does not seem to be a clear candidate for implementing LSP servers in rust.
The text was updated successfully, but these errors were encountered:
I'd recommend looking into how Relay does it, as you could share a lot of ideas + code from their LSP (which understands GraphQL) and is also built in Rust
Currently there is only very basic syntax highlighting in JetBrains IDEs through https://github.com/gabotechs/graphqxl-idea-plugin, but it still does not have code navigation, code suggestions or error highlighting. There is also no support for text editors like Vs-code or Vim.
It would be nice to provide integration with IDEs and text editors, which can be accomplished by:
Option two looks better, but further investigation is needed for this, as there does not seem to be a clear candidate for implementing LSP servers in rust.
The text was updated successfully, but these errors were encountered: