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

IDE support #45

Open
gabotechs opened this issue Nov 21, 2022 · 3 comments
Open

IDE support #45

gabotechs opened this issue Nov 21, 2022 · 3 comments

Comments

@gabotechs
Copy link
Owner

gabotechs commented Nov 21, 2022

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.

@orta
Copy link

orta commented Dec 13, 2022

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

@orta
Copy link

orta commented Dec 13, 2022

Also, cool project 👍🏻

@gabotechs
Copy link
Owner Author

thanks! that looks like a good starting point, I will check it out.

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

No branches or pull requests

2 participants