Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.code-action-context

Contains additional diagnostic information about the context in which a {@link CodeActionProvider.provideCodeActions code action} is run.

Contains additional diagnostic information about the context in which
a {@link CodeActionProvider.provideCodeActions code action} is run.
raw docstring

diagnosticscljs

(diagnostics code-action-context)

An array of diagnostics.

Returns: readonly Diagnostic[]

An array of diagnostics.

**Returns:** `readonly Diagnostic[]`
sourceraw docstring

onlycljs

(only code-action-context)

Requested kind of actions to return.

Actions not of this kind are filtered out before being shown by the lightbulb.

Returns: CodeActionKind | undefined

Requested kind of actions to return.

Actions not of this kind are filtered out before being shown by the [lightbulb](https://code.visualstudio.com/docs/editor/editingevolved#_code-action).

**Returns:** `CodeActionKind | undefined`
sourceraw docstring

trigger-kindcljs

(trigger-kind code-action-context)

The reason why code actions were requested.

Returns: CodeActionTriggerKind

The reason why code actions were requested.

**Returns:** `CodeActionTriggerKind`
sourceraw docstring

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

× close