Contains additional diagnostic information about the context in which a {@link CodeActionProvider.provideCodeActions code action} is run.
Fields
optionalread onlyonly:Null<CodeActionKind>
Requested kind of actions to return.
Actions not of this kind are filtered out before being shown by the lightbulb.