Skip to content

lsp / org.pinelang.lsp.lsp.models / CodeActionClientCapabilities

CodeActionClientCapabilities

data class CodeActionClientCapabilities

Constructors

Name Summary
<init> CodeActionClientCapabilities(dynamicRegistration:Boolean?, codeActionLiteralSupport:CodeActionLiteralSupport?, isPreferredSupport:Boolean?)

Properties

Name Summary
codeActionLiteralSupport The client support code action literals as a valid response of the textDocument/codeAction request.val codeActionLiteralSupport:CodeActionLiteralSupport?
dynamicRegistration Whether code action supports dynamic registration.val dynamicRegistration:Boolean?
isPreferredSupport Whether code action supports the isPreferred property.val isPreferredSupport:Boolean?