coq-lsp.lsp
Lsp.Core
Core LSP protocoal and language types
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lang
fleche_waterproof
module Location : sig ... end
module LocationLink : sig ... end
module DocumentSymbol : sig ... end
module SymInfo : sig ... end
Not used as of today, superseded by DocumentSymbol
module HoverContents : sig ... end
module HoverInfo : sig ... end
module LabelDetails : sig ... end
module TextEditReplace : sig ... end
module CompletionData : sig ... end
module Command : sig ... end
Code Lenses
module CodeLens : sig ... end
module DocumentDiagnosticParams : sig ... end
Pull Diagnostics
module FullDocumentDiagnosticReport : sig ... end
module UnchangedDocumentDiagnosticReport : sig ... end
module DocumentDiagnosticReportPartialResult : sig ... end
partial result: The first literal send need to be a DocumentDiagnosticReport followed by n DocumentDiagnosticReportPartialResult literals defined as follows: