OptionalcodeThe client support code action literals of type CodeAction as a valid
response of the textDocument/codeAction request. If the property is not
set the request can only return Command literals.
OptionaldataWhether code action supports the data property which is
preserved between a textDocument/codeAction and a
codeAction/resolve request.
OptionaldisabledWhether code action supports the disabled property.
OptionaldocumentationWhether the client supports documentation for a class of code actions.
OptionaldynamicWhether code action supports dynamic registration.
OptionalhonorsWhether the client honors the change annotations in
text edits and resource operations returned via the
CodeAction#edit property by for example presenting
the workspace edit in the user interface and asking
for confirmation.
OptionalisWhether code action supports the isPreferred property.
OptionalresolveWhether the client supports resolving additional code action
properties via a separate codeAction/resolve request.
OptionaltagClient supports the tag property on a code action. Clients supporting tags have to handle unknown tags gracefully.
The Client Capabilities of a CodeActionRequest.