package coq-lsp

  1. Overview
  2. Docs
module Config : sig ... end
val mk_progress : uri:Lang.LUri.File.t -> version:int -> Fleche.Progress.Info.t list -> Yojson.Safe.t
module Message : sig ... end
module GoalsAnswer : sig ... end
val mk_goals : uri:Lang.LUri.File.t -> version:int -> position:Lang.Point.t -> goals:Coq.Goals.reified_pp option -> messages:Pp.t Message.t list -> error:Pp.t option -> Yojson.Safe.t
module Location : sig ... end

Generic

DocumentSymbols

module DocumentSymbol : sig ... end
module SymInfo : sig ... end

Not used as of today, superseded by DocumentSymbol

Hover

module HoverContents : sig ... end
module HoverInfo : sig ... end

Completion

module LabelDetails : sig ... end
module TextEditReplace : sig ... end
module CompletionData : sig ... end
OCaml

Innovation. Community. Security.