Support for AI Language Servers (e.g., Copilots) in LSP Server #111
Replies: 4 comments 13 replies
-
|
Hmm, I'll investigate, it shouldn't be anyhow different from other language servers |
Beta Was this translation helpful? Give feedback.
-
|
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.
-
|
... |
Beta Was this translation helpful? Give feedback.
-
|
It took some time, but copilot with inline autocomplete is up (https://mkslanc.github.io/ace-linters/copilot.html) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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