Re-exports

pub use lsp_types;

Macros

Macro to crate a HashMap with a number of key-value pairs in it.

Structs

Position in a text document expressed as zero-based line and character offset. A position is between two characters like an ‘insert’ cursor in a editor.
A range in a text document expressed as (zero-based) start and end positions. A range is comparable to a selection in an editor. Therefore the end position is exclusive.

Enums