vim.lsp.protocol.Method.ClientToServer.Request
(alias) vim.lsp.protocol.Method.ClientToServer.Request =
| "callHierarchy/incomingCalls" # ,
| "callHierarchy/outgoingCalls" # ,
| "codeAction/resolve" # ,
| "codeLens/resolve" # ,
| "completionItem/resolve" # ,
| "documentLink/resolve" # ,
| "initialize" # ,
| "inlayHint/resolve" # ,
| "shutdown" # ,
| "textDocument/codeAction" # ,
| "textDocument/codeLens" # ,
| "textDocument/colorPresentation" # ,
| "textDocument/completion" # ,
| "textDocument/declaration" # ,
| "textDocument/definition" # ,
| "textDocument/diagnostic" # ,
| "textDocument/documentColor" # ,
| "textDocument/documentHighlight" # ,
| "textDocument/documentLink" # ,
| "textDocument/documentSymbol" # ,
| "textDocument/foldingRange" # ,
| "textDocument/formatting" # ,
| "textDocument/hover" # ,
| "textDocument/implementation" # ,
| "textDocument/inlayHint" # ,
| "textDocument/inlineCompletion" # ,
| "textDocument/inlineValue" # ,
| "textDocument/linkedEditingRange" # ,
| "textDocument/moniker" # ,
| "textDocument/onTypeFormatting" # ,
| "textDocument/prepareCallHierarchy" # ,
| "textDocument/prepareRename" # ,
| "textDocument/prepareTypeHierarchy" # ,
| "textDocument/rangeFormatting" # ,
| "textDocument/rangesFormatting" # ,
| "textDocument/references" # ,
| "textDocument/rename" # ,
| "textDocument/selectionRange" # ,
| "textDocument/semanticTokens/full" # ,
| "textDocument/semanticTokens/full/delta" # ,
| "textDocument/semanticTokens/range" # ,
| "textDocument/signatureHelp" # ,
| "textDocument/typeDefinition" # ,
| "textDocument/willSaveWaitUntil" # ,
| "typeHierarchy/subtypes" # ,
| "typeHierarchy/supertypes" # ,
| "workspaceSymbol/resolve" # ,
| "workspace/diagnostic" # ,
| "workspace/executeCommand" # ,
| "workspace/symbol" # ,
| "workspace/textDocumentContent" # ,
| "workspace/willCreateFiles" # ,
| "workspace/willDeleteFiles" # ,
| "workspace/willRenameFiles" # ,Generated by gen_lsp.lua, keep at end of file. LSP Request (direction: clientToServer)