package linol

  1. Overview
  2. Docs
LSP server library

Install

Dune Dependency

Authors

Maintainers

Sources

linol-0.10.tbz
sha256=174bb8cad5b8b0c260d62b0a85da13c4f5caba4fcee042ee58284b09de7896ea
sha512=77460788407c72a33fbe289ec9c78421117543594b3524a5c8fe836f0e272c5ceb1e1074b91c1d1f476f89b75b6f63847a8021675a782ff36457c9626121a7f4

doc/linol.lsp/Linol_lsp/Client_notification/index.html

Module Linol_lsp.Client_notificationSource

Sourcetype t =
  1. | TextDocumentDidOpen of Types.DidOpenTextDocumentParams.t
  2. | TextDocumentDidClose of Types.DidCloseTextDocumentParams.t
  3. | TextDocumentDidChange of Types.DidChangeTextDocumentParams.t
  4. | DidSaveTextDocument of Types.DidSaveTextDocumentParams.t
  5. | WillSaveTextDocument of Types.WillSaveTextDocumentParams.t
  6. | DidChangeWatchedFiles of Types.DidChangeWatchedFilesParams.t
  7. | DidCreateFiles of Types.CreateFilesParams.t
  8. | DidDeleteFiles of Types.DeleteFilesParams.t
  9. | DidRenameFiles of Types.RenameFilesParams.t
  10. | ChangeWorkspaceFolders of Types.DidChangeWorkspaceFoldersParams.t
  11. | ChangeConfiguration of Types.DidChangeConfigurationParams.t
  12. | Initialized
  13. | Exit
  14. | CancelRequest of Linol_jsonrpc.Jsonrpc.Id.t
  15. | WorkDoneProgressCancel of Types.WorkDoneProgressCancelParams.t
  16. | SetTrace of Types.SetTraceParams.t
  17. | WorkDoneProgress of Progress.t Types.ProgressParams.t
  18. | NotebookDocumentDidOpen of Types.DidOpenNotebookDocumentParams.t
  19. | NotebookDocumentDidChange of Types.DidChangeNotebookDocumentParams.t
  20. | NotebookDocumentDidSave of Types.DidSaveNotebookDocumentParams.t
  21. | NotebookDocumentDidClose of Types.DidCloseNotebookDocumentParams.t
  22. | UnknownNotification of Linol_jsonrpc.Jsonrpc.Notification.t
OCaml

Innovation. Community. Security.