package vscoq-language-server

  1. Overview
  2. Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.1.0-coq8.19.tar.gz
md5=7bdc4ae44d8d6ab21d586e20835a1b79
sha512=7ab8ddae303a9b9ec2d62338edbf4176ca1146ed29e34eb02cf41fc91bf21d507c6e571ba30b73e45869d25a750d7915e79b915d962629cb9aed1598e0b68795

doc/vscoq-language-server.dm/Dm/RawDocument/index.html

Module Dm.RawDocumentSource

Sourcetype text_edit = Lsp.Types.Range.t * string
Sourcetype t
Sourceval create : string -> t
Sourceval text : t -> string
Sourceval position_of_loc : t -> int -> Lsp.Types.Position.t
Sourceval loc_of_position : t -> Lsp.Types.Position.t -> int
Sourceval end_loc : t -> int
Sourceval range_of_loc : t -> Loc.t -> Lsp.Types.Range.t
Sourceval word_at_position : t -> Lsp.Types.Position.t -> string option
Sourceval apply_text_edit : t -> text_edit -> t * int

Applies a text edit, and returns start location

Sourceval only_whitespace_between : t -> int -> int -> bool

Tests if document text contains only whitespace between the two provided locations, included

OCaml

Innovation. Community. Security.