The Client Capabilities of a CodeActionRequest.
Value parameters
- codeActionLiteralSupport
-
The client support code action literals of type
CodeActionas a valid response of thetextDocument/codeActionrequest. If the property is not set the request can only returnCommandliterals. since 3.8.0 - dataSupport
-
Whether code action supports the
dataproperty which is preserved between atextDocument/codeActionand acodeAction/resolverequest. since 3.16.0 - disabledSupport
-
Whether code action supports the
disabledproperty. since 3.16.0 - dynamicRegistration
-
Whether code action supports dynamic registration.
- honorsChangeAnnotations
-
Whether the client honors the change annotations in text edits and resource operations returned via the
CodeAction#editproperty by for example presenting the workspace edit in the user interface and asking for confirmation. since 3.16.0 - isPreferredSupport
-
Whether code action supports the
isPreferredproperty. since 3.15.0 - resolveSupport
-
Whether the client supports resolving additional code action properties via a separate
codeAction/resolverequest. since 3.16.0
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any