Module text_document

Module text_document 

Source
Expand description

A module containing all text document related functionality.

Modules§

code_action
implementation of the textDocument/codeAction request
code_lens
implementation of the textDocument/codeLens request
completion
implementation of the textDocument/completion request
definition
implementation of the textDocument/definition request
did_change
implementation of the textDocument/didChange notification
did_close
implementation of the textDocument/didClose notification
did_open
implementation of the textDocument/didOpen notification
did_save
implementation of the textDocument/onSave notification
document_highlight
implementation of the textDocument/documentHighlight request
document_link
implementation of the textDocument/documentLink request
document_symbol
implementation of the textDocument/documentSymbol request
formatting
implementation of the textDocument/formatting request
hover
implementation of the hover request
on_type_formatting
implementation of the textDocument/onTypeFormatting notification.
publish_diagnostics
impl of the textDocument/publishDiagnostics notification
range_formatting
implementation of the textDocument/rangeFormatting reques.
references
implementation of the textDocument/references request
rename
implementation of the textDocument/rename request
signature_help
implementation of the textDocument/signatureHelp request
will_save
implementation of the textDocument/willSave notification.
will_save_wait_until
implementation of the textDocument/willSaveWaitUntil notification.

Structs§

Location
Position
Range
TextDocumentIdentifer
TextEdit
VersionedTextDocumentIdentifier

Enums§

TextDocumentSyncKind

Type Aliases§

DocumentUri