language-server-protocol/_data/specification-3-14-toc.yml
2019-09-24 15:39:42 +02:00

159 lines
No EOL
4.5 KiB
YAML

- title: Message Overview
children:
- title: General
anchor: general
children:
- title: initialize
anchor: initialize
- title: initialized
anchor: initialized
- title: shutdown
anchor: shutdown
- title: exit
anchor: exit
- title: $/cancelRequest
anchor: cancelRequest
- title: Window
anchor: window
children:
- title: showMessage
anchor: window_showMessage
- title: showMessageRequest
anchor: window_showMessageRequest
- title: logMessage
anchor: window_logMessage
- title: Telemetry
anchor: telemetry
children:
- title: event
anchor: telemetry_event
- title: Client
anchor: client
children:
- title: registerCapability
anchor: client_registerCapability
- title: unregisterCapability
anchor: client_unregisterCapability
- title: Workspace
anchor: workspace
children:
- title: workspaceFolders
anchor: workspace_workspaceFolders
- title: didChangeWorkspaceFolders
anchor: workspace_didChangeWorkspaceFolders
- title: didChangeConfiguration
anchor: workspace_didChangeConfiguration
- title: configuration
anchor: workspace_configuration
- title: didChangeWatchedFiles
anchor: workspace_didChangeWatchedFiles
- title: symbol
anchor: workspace_symbol
- title: executeCommand
anchor: workspace_executeCommand
- title: applyEdit
anchor: workspace_applyEdit
- title: Text Synchronization
anchor: textSynchronization
children:
- title: didOpen
anchor: textDocument_didOpen
- title: didChange
anchor: textDocument_didChange
- title: willSave
anchor: textDocument_willSave
- title: willSaveWaitUntil
anchor: textDocument_willSaveWaitUntil
- title: didSave
anchor: textDocument_didSave
- title: didClose
anchor: textDocument_didClose
- title: Diagnostics
anchor: diagnostics
children:
- title: publishDiagnostics
anchor: textDocument_publishDiagnostics
- title: Language Features
anchor: languageFeatures
children:
- title: completion
anchor: textDocument_completion
- title: completion resolve
anchor: completionItem_resolve
- title: hover
anchor: textDocument_hover
- title: signatureHelp
anchor: textDocument_signatureHelp
- title: declaration
anchor: textDocument_declaration
- title: definition
anchor: textDocument_definition
- title: typeDefinition
anchor: textDocument_typeDefinition
- title: implementation
anchor: textDocument_implementation
- title: references
anchor: textDocument_references
- title: documentHighlight
anchor: textDocument_documentHighlight
- title: documentSymbol
anchor: textDocument_documentSymbol
- title: codeAction
anchor: textDocument_codeAction
- title: codeLens
anchor: textDocument_codeLens
- title: codeLens resolve
anchor: codeLens_resolve
- title: documentLink
anchor: textDocument_documentLink
- title: documentLink resolve
anchor: documentLink_resolve
- title: documentColor
anchor: textDocument_documentColor
- title: colorPresentation
anchor: textDocument_colorPresentation
- title: formatting
anchor: textDocument_formatting
- title: rangeFormatting
anchor: textDocument_rangeFormatting
- title: onTypeFormatting
anchor: textDocument_onTypeFormatting
- title: rename
anchor: textDocument_rename
- title: prepareRename
anchor: textDocument_prepareRename
- title: foldingRange
anchor: textDocument_foldingRange
- title: Change Log
anchor: changeLog
children:
- title: 3.14.0
anchor: version_3_14_0
- title: 3.13.0
anchor: version_3_13_0
- title: 3.12.0
anchor: version_3_12_0
- title: 3.11.0
anchor: version_3_11_0
- title: 3.10.0
anchor: version_3_10_0
- title: 3.9.0
anchor: version_3_9_0
- title: 3.8.0
anchor: version_3_8_0
- title: 3.7.0
anchor: version_3_7_0
- title: 3.6.0
anchor: version_3_6_0
- title: 3.5.0
anchor: version_3_5_0
- title: 3.4.0
anchor: version_3_4_0
- title: 3.3.0
anchor: version_3_3_0
- title: 3.2.0
anchor: version_3_2_0
- title: 3.1.0
anchor: version_3_1_0
- title: 3.0
anchor: version_3_0_0