applyCodeActionCommand
abstract fun applyCodeActionCommand(action: CodeActionCommand, formatSettings: FormatCodeSettings = definedExternally): Promise<ApplyCodeActionCommandResult>(source)
abstract fun applyCodeActionCommand(action: ReadonlyArray<CodeActionCommand>, formatSettings: FormatCodeSettings = definedExternally): Promise<ReadonlyArray<ApplyCodeActionCommandResult>>(source)
abstract fun applyCodeActionCommand(fileName: String, action: CodeActionCommand): Promise<ApplyCodeActionCommandResult>(source)
abstract fun applyCodeActionCommand(fileName: String, action: ReadonlyArray<CodeActionCommand>): Promise<ReadonlyArray<ApplyCodeActionCommandResult>>(source)