Expand description
A module containing all text document related functionality.
Modules§
- code_
action - implementation of the
textDocument/codeActionrequest - code_
lens - implementation of the
textDocument/codeLensrequest - completion
- implementation of the
textDocument/completionrequest - definition
- implementation of the
textDocument/definitionrequest - did_
change - implementation of the
textDocument/didChangenotification - did_
close - implementation of the
textDocument/didClosenotification - did_
open - implementation of the
textDocument/didOpennotification - did_
save - implementation of the
textDocument/onSavenotification - document_
highlight - implementation of the
textDocument/documentHighlightrequest - document_
link - implementation of the
textDocument/documentLinkrequest - document_
symbol - implementation of the
textDocument/documentSymbolrequest - formatting
- implementation of the
textDocument/formattingrequest - hover
- implementation of the hover request
- on_
type_ formatting - implementation of the
textDocument/onTypeFormattingnotification. - publish_
diagnostics - impl of the
textDocument/publishDiagnosticsnotification - range_
formatting - implementation of the
textDocument/rangeFormattingreques. - references
- implementation of the
textDocument/referencesrequest - rename
- implementation of the
textDocument/renamerequest - signature_
help - implementation of the
textDocument/signatureHelprequest - will_
save - implementation of the
textDocument/willSavenotification. - will_
save_ wait_ until - implementation of the
textDocument/willSaveWaitUntilnotification.