(changes code-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-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-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`
(set-changes! code-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-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-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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close