Constructors
constructor
-
Parameters
-
provider: CodeActionProvider
-
-
-
pluginId: string
-
Methods
provideCodeAction
-
Parameters
-
resource: URI
-
-
-
token: CancellationToken
Returns Promise<undefined | CodeAction[]>
Static Private _isCommand
- _isCommand(smth: any): smth is Command
-
Parameters
Returns smth is Command
Static Private _isSelection