We need Delphi component (open src) for LSP protocol

Discuss any editing or program related subjects.
Post Reply
Alextp
Posts: 69
Joined: 23 Aug 2014 23:36

We need Delphi component (open src) for LSP protocol

Post by Alextp »

I welcome if you make open-src component to use Microsoft LSP protocol.
I will use it too. I am not good in network stuff and cannot write it.
It must use HTTP and communicate with LSP servers (each language is supported via its own server). And send/get JSON data to it.
Component must make JSON data, and parse JSON replies to simple Delphi classes.
It's good to use Synapse as network base.

https://langserver.org/

RJ-TextEd will be LSP compatible.
User avatar
Rickard Johansson
Site Admin
Posts: 6575
Joined: 19 Jul 2006 14:29

Re: We need Delphi component (open src) for LSP protocol

Post by Rickard Johansson »

I'll look into it when I've finished the next major version of RJ TextEd 8)

It would be an amazing addition to the editor (if I can make it work...).
User avatar
yereverluvinuncleber
Posts: 366
Joined: 20 Apr 2018 09:49

Re: We need Delphi component (open src) for LSP protocol

Post by yereverluvinuncleber »

This langserver thing could be really useful. I know someone who is thinking of adding a VB6 BASIC plugin to parse VB6 code for use in a tool. One of my pet desires would be to code in VB6 BASIC in RJTextEd, all I need is the graphic compositor, 64bit compiler and debugger and it would be a working environment... :wink:
"Noli pati a scelestis opprimi"... or is it "non lacessit illegitimae te carborundum"?

You can find me on Deviantart https://www.deviantart.com/yereverluvinuncleber/gallery/
Post Reply