Skip to main content
Go to Latest
import * as denopsLsputil from "https://deno.land/x/denops_lsputil@v0.9.2/util/mod.ts";

Functions

A Utility function for creating LSP.Position object.

A Utility function for creating LSP.Range object.

Returns true if position 'a' is before position as 'b'. If 'a' and 'b' are in same position, return false. If allowSame is set to true, return true even if 'a' and 'b' are in same position.