LSP-AI is an open-source language server that serves as a backend for AI-powered functionality, designed to assist and empower software engineers, not replace them.
Go to file
2024-05-28 16:27:50 -07:00
.vscode Some more tests and vscode plugin cleanup 2024-05-27 09:49:43 -07:00
editors/vscode Cleanup vscode plugin 2024-05-28 16:27:50 -07:00
src Some more tests and vscode plugin cleanup 2024-05-27 09:49:43 -07:00
submodules Peridic commit 2024-05-08 18:03:59 -07:00
tests Cleaned up 2024-04-04 19:14:58 -07:00
.gitignore Cleanup vscode plugin 2024-05-28 16:27:50 -07:00
.gitmodules Added PostgresML memory backend 2024-03-10 15:29:47 -07:00
Cargo.lock Some more tests and vscode plugin cleanup 2024-05-27 09:49:43 -07:00
Cargo.toml Some more tests and vscode plugin cleanup 2024-05-27 09:49:43 -07:00
README.md Cleanup vscode plugin 2024-05-28 16:27:50 -07:00

LSP-AI

LSP-AI is an open source language server that serves as a backend for performing completion with large language models and soon other AI powered functionality. Because it is a language server, it works with any editor that has LSP support.

A short list of a few of the editors it works with:

  • VS Code
  • NeoVim
  • Emacs
  • Helix
  • Sublime

It works with many many many more editors.

See the wiki for instructions on:

The Case for LSP-AI