Does Cudatext support the LSP protocol?

Post Reply
gh_origin
Posts: 16
Joined: 27.09.2020 09:30

Does Cudatext support the LSP protocol?

Post 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.
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

gh_origin
Posts: 16
Joined: 27.09.2020 09:30

Post by gh_origin »

Understood. You need an already available component of Lazarus implementing LSP.
uvviewsoft
Posts: 392
Joined: 01.12.2020 13:46

Post 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:
Attachments
ls1.png
uvviewsoft
Posts: 392
Joined: 01.12.2020 13:46

Post by uvviewsoft »

some shots from work-in-progress, LSP plugin:
Attachments
lsp2.png
lsp1.png
Post Reply