Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A wrapper to more easily reply to notifications
method send_log_msg : type_:Lsp__Types.MessageType.t -> string -> unit IO.t
Send a log message to the editor
method send_diagnostic : Lsp.Types.Diagnostic.t list -> unit IO.t
Send diagnostics for the current document
method send_notification : Lsp.Server_notification.t -> unit IO.t
Send a notification (general purpose method)