Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.code-fix-action


changescljs

(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[]`
sourceraw docstring

commandscljs

(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`
sourceraw docstring

descriptioncljs

(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`
sourceraw docstring

fix-all-descriptioncljs

(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`
sourceraw docstring

fix-idcljs

(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`
sourceraw docstring

fix-namecljs

(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`
sourceraw docstring

set-changes!cljs

(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
sourceraw docstring

set-commands!cljs

(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.
sourceraw docstring

set-description!cljs

(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
sourceraw docstring

set-fix-all-description!cljs

(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.
sourceraw docstring

set-fix-id!cljs

(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.
sourceraw docstring

set-fix-name!cljs

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close