Modules§
Structs§
Traits§
- Lang
Server - Redirectable
Stdout - Servers implementing this must return output with the
send_*
method provided by this trait.
Functions§
- abs_pos
- Indicates an absolute position in the document.
- add_
char - Adds a character at the given position.
- change_
text - Changes the text at the given position.
- delete_
line - Deletes the line at the given index.
- delete_
text - Deletes the text at the given range.
- oneline_
range - Indicates a range of one line.
- parse_
msgs - Parses a sequence of LSP messages and returns them as a vector of
Value
s.