LSProtocol::CodeActionClientCapabilities
Inherits JSON::Serializable / Reference / Object
The Client Capabilities of a CodeActionRequest.
Constructors
Instance methods
The 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.
@since 3.8.0
Whether code action supports the data property which is
preserved between a textDocument/codeAction and a
codeAction/resolve request.
@since 3.16.0
Whether the client supports documentation for a class of code actions.
@since 3.18.0 @proposed
Whether 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.
@since 3.16.0
Whether the client supports resolving additional code action
properties via a separate codeAction/resolve request.
@since 3.16.0
Client supports the tag property on a code action. Clients supporting tags have to handle unknown tags gracefully.
@since 3.18.0 - proposed