Overview of LanguageServer.jl
mainLanguageServer.jl is a Julia implementation of the Microsoft Language Server Protocol (LSP). It enables various code editing features (such as autocompletion, go-to-definition, and diagnostics) in any text editor that supports an LSP client.
Supported clients include:
- VS Code
- Atom
- Vim and Neovim
- Emacs
- Sublime Text
- Kakoune
- Helix
- Kate