Skip to content
/ tarts Public

Client implementation of the Language Server Protocol (https://microsoft.github.io/language-server-protocol) that is used in IDEs, editors and other tools to provide language features like auto-completions, hovers, goto-definition, etc.

License

Notifications You must be signed in to change notification settings

tomlin7/tarts

Repository files navigation

Tarts LSP Client

Tarts is a client library for managing language server requests & responses. Tarts is the featured lsp integration used in Biscuit code editor.

Testing

Tests of Tarts use pytest. To run tests, first install the langservers needed, check workflow file for further info.

Acknowledgements

Tarts is an up-to-date fork of sansio_lsp_client by Purple Myst.

About

Client implementation of the Language Server Protocol (https://microsoft.github.io/language-server-protocol) that is used in IDEs, editors and other tools to provide language features like auto-completions, hovers, goto-definition, etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages