Jump to content

Recommended Posts

This component was created for use in RJ TextEd to add language server support. It has been tested with several language servers https://www.rj-texted.se/Forum/viewforum.php?f=23.

 

The client and code is available on GitHub https://github.com/rickard67/LSP-Pascal-Library

 

The LSP client was written to make communication with language servers easier. You can use the client to read or send notifications and requests to and from the server. Handle notifications and request from the server using events.

 

The client component support both stdio and tcp/ip socket communication.

 

The client only works in Delphi. I haven't had time to make it compatible with Lazarus/Free pascal yet.

Edited by Rickard Johansson
  • Like 4
  • Thanks 2

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×