(changes code-fix-action)Text changes to apply to each file as part of the code action
Returns: FileCodeEdits[]
Text changes to apply to each file as part of the code action **Returns:** `FileCodeEdits[]`
(commands code-fix-action)A command is an opaque object that should be passed to ApplyCodeActionCommandRequestArgs without modification.
Returns: {}[] | undefined
A command is an opaque object that should be passed to `ApplyCodeActionCommandRequestArgs` without modification.
**Returns:** `{}[] | undefined`(description code-fix-action)Description of the code action to display in the UI of the editor
Returns: string
Description of the code action to display in the UI of the editor **Returns:** `string`
(fix-all-description code-fix-action)Should be present if and only if 'fixId' is.
Returns: string | undefined
Should be present if and only if 'fixId' is. **Returns:** `string | undefined`
(fix-id code-fix-action)If present, one may call 'getCombinedCodeFix' with this fixId. This may be omitted to indicate that the code fix can't be applied in a group.
Returns: {} | undefined
If present, one may call 'getCombinedCodeFix' with this fixId.
This may be omitted to indicate that the code fix can't be applied in a group.
**Returns:** `{} | undefined`(fix-name code-fix-action)Short name to identify the fix, for use by telemetry.
Returns: string
Short name to identify the fix, for use by telemetry. **Returns:** `string`
(set-changes! code-fix-action value)Text changes to apply to each file as part of the code action
Text changes to apply to each file as part of the code action
(set-commands! code-fix-action value)A command is an opaque object that should be passed to ApplyCodeActionCommandRequestArgs without modification.
A command is an opaque object that should be passed to `ApplyCodeActionCommandRequestArgs` without modification.
(set-description! code-fix-action value)Description of the code action to display in the UI of the editor
Description of the code action to display in the UI of the editor
(set-fix-all-description! code-fix-action value)Should be present if and only if 'fixId' is.
Should be present if and only if 'fixId' is.
(set-fix-id! code-fix-action value)If present, one may call 'getCombinedCodeFix' with this fixId. This may be omitted to indicate that the code fix can't be applied in a group.
If present, one may call 'getCombinedCodeFix' with this fixId. This may be omitted to indicate that the code fix can't be applied in a group.
(set-fix-name! code-fix-action value)Short name to identify the fix, for use by telemetry.
Short name to identify the fix, for use by telemetry.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |