Language Server Protocol

JMN - 2022-12-31

Most languages seem to have an LSP (Language Server Protocol) server so that various editors can integrate with the language.

see (https://microsoft.github.io/language-server-protocol/ )

Tcl is notably absent from most lists of LSP servers, or at least doesn't appear to be available simply by adding a configuration line.

e.g Here's a list of servers available for neovim (via mason.nvim) https://github.com/williamboman/mason-lspconfig.nvim#available-lsp-servers

The only potential candidates I've come across are: https://github.com/Dufgui/lsp-jtcl (archived repo) and https://github.com/soartech/soar-language-server

If anyone has knowledge of how to setup a Tcl LSP for neovim or other editors - please share here.