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.

An array of diagnostics.
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.

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

trigger-kindcljs

(trigger-kind code-action-context)

The reason why code actions were requested.

The reason why code actions were requested.
sourceraw docstring

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

× close