lsp 0.1.1 copy "lsp: ^0.1.1" to clipboard
lsp: ^0.1.1 copied to clipboard

Tools for writing a server following the Language Server Protocol.

0.1.1 #

  • Add lspChannel to wrap a stream and sink of bytes into a StreamChannel<String> with the LSP header wireformat handled. This can be used to create a JSON RPC Peer directly rather than implementing the LanguageServer interface. Allows using a Socket as an alternative to stdin and stdout.

0.1.0 #

  • Initial release. Forked from dart_language_server.
3
likes
30
pub points
14%
popularity

Publisher

unverified uploader

Tools for writing a server following the Language Server Protocol.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

async, json_rpc_2, stream_channel

More

Packages that depend on lsp