served.lsp.jsonrpc

Undocumented in source.

Members

Aliases

EventRequestHandler
alias EventRequestHandler = void delegate(RequestMessage)
Undocumented in source.
RequestHandler
alias RequestHandler = ResponseMessage delegate(RequestMessage)
Undocumented in source.

Classes

RPCProcessor
class RPCProcessor

Fiber which runs in the background, reading from a FileReader, and calling methods when requested over the RPC interface.

Structs

WindowFunctions
struct WindowFunctions

Utility functions for common LSP methods performing UI things.

Meta