Page 1 of 1

Does Cudatext support the LSP protocol?

Posted: 01.10.2020 17:04
by gh_origin
LSP is Language Server Protocol: https://en.wikipedia.org/wiki/Language_Server_Protocol

Many text editors support it and it allows them to serve as an real IDE. For example, Emacs: https://emacs-lsp.github.io/lsp-mode/

I know Emacs is bit too advanced, but other editors do, too.

Posted: 02.10.2020 13:20
by Alexey

Posted: 02.10.2020 14:14
by gh_origin
Understood. You need an already available component of Lazarus implementing LSP.

Posted: 22.03.2021 18:09
by uvviewsoft
some author already begins (began) work on LSP support. via Python plugin.
we have progress with it.
now with some 'broken python file' we have some work with installed LSP server (for python).
here is teaser screenshot of this work:

Posted: 05.04.2021 14:38
by uvviewsoft
some shots from work-in-progress, LSP plugin: