Support for AI Language Servers (e.g., Copilots) in LSP Server #111
bajrangCoder
started this conversation in
General
Replies: 3 comments 11 replies
-
Hmm, I'll investigate, it shouldn't be anyhow different from other language servers |
Beta Was this translation helpful? Give feedback.
1 reply
-
I couldn't find any standalone language server, everything is just hard-coded plugin/extension for different IDE (which are simply wrapper on API). Do you know any? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This project is fantastic! It is compatible with a ton of coding language servers like rust-analyzer, gopls, and more.
I'm curious, though. Does it also support AI through LSP? For example, GitHub Copilot and Codium work on editors like Vim and Neovim using language servers. I gave it a shot with GitHub Copilot, but it didn't seem to work. Are there any plans to integrate this feature?
In this era of AI, it's really important. It could be incredibly helpful for developers to build an LSP server that works universally across major editors.
Some references:
Beta Was this translation helpful? Give feedback.
All reactions