Skip to content

Latest commit

 

History

History
47 lines (47 loc) · 1.35 KB

TODO.md

File metadata and controls

47 lines (47 loc) · 1.35 KB
  • initialize
  • initialized
  • shutdown
  • exit
  • $/cancelRequest
  • window/showMessage
  • window/showMessageRequest
  • window/logMessage
  • telemetry/event
  • client/registerCapability
  • client/unregisterCapability
  • workspace/workspaceFolders
  • workspace/didChangeWorkspaceFolders
  • workspace/didChangeConfiguration
  • workspace/configuration
  • workspace/didChangeWatchedFiles
  • workspace/symbol
  • workspace/executeCommand
  • workspace/applyEdit
  • textDocument/didOpen
  • textDocument/didChange
  • textDocument/willSave
  • textDocument/willSaveWaitUntil
  • textDocument/didSave
  • textDocument/didClose
  • textDocument/publishDiagnostics
  • textDocument/completion
  • [~] completionItem/resolve
  • textDocument/hover
  • textDocument/signatureHelp
  • textDocument/definition
  • textDocument/typeDefinition
  • textDocument/implementation
  • textDocument/references
  • textDocument/documentHighlight
  • textDocument/documentSymbol
  • textDocument/codeAction
  • textDocument/codeLens
  • codeLens/resolve
  • textDocument/documentLink
  • documentLink/resolve
  • textDocument/documentColor
  • textDocument/colorPresentation
  • textDocument/formatting
  • textDocument/rangeFormatting
  • textDocument/onTypeFormatting
  • textDocument/rename