| /third_party/typescript/src/services/ |
| D | types.ts | 542 …applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<Ap… method 543 …applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<… method 544 …applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: FormatCod… method 546 …applyCodeActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionComman… method 548 …applyCodeActionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionComm… method 550 …applyCodeActionCommand(fileName: string, action: CodeActionCommand | CodeActionCommand[]): Promise… method
|
| D | services.ts | 2128 …function applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): P… function 2129 …function applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings):… 2130 …function applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: … 2131 …function applyCodeActionCommand(fileName: Path, action: CodeActionCommand): Promise<ApplyCodeActio… 2132 …function applyCodeActionCommand(fileName: Path, action: CodeActionCommand[]): Promise<ApplyCodeAct… 2133 …function applyCodeActionCommand(fileName: Path | CodeActionCommand | CodeActionCommand[], actionOr… 2749 applyCodeActionCommand, constant
|
| /third_party/typescript/src/harness/ |
| D | harnessLanguageService.ts | 596 applyCodeActionCommand = ts.notImplemented;
|
| D | client.ts | 680 applyCodeActionCommand = notImplemented;
|
| /third_party/typescript/src/server/ |
| D | session.ts | 2626 private applyCodeActionCommand(args: protocol.ApplyCodeActionCommandRequestArgs): {} { 2630 … project.getLanguageService().applyCodeActionCommand(command, this.getFormatOptions(file)).then( 3245 return this.requiredResponse(this.applyCodeActionCommand(request.arguments));
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 6377 …applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<Ap… method 6378 …applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<… method 6379 …applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: FormatCod… method 6381 …applyCodeActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionComman… method 6383 …applyCodeActionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionComm… method 6385 …applyCodeActionCommand(fileName: string, action: CodeActionCommand | CodeActionCommand[]): Promise… method
|
| D | typescriptServices.d.ts | 6377 …applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<Ap… method 6378 …applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<… method 6379 …applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: FormatCod… method 6381 …applyCodeActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionComman… method 6383 …applyCodeActionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionComm… method 6385 …applyCodeActionCommand(fileName: string, action: CodeActionCommand | CodeActionCommand[]): Promise… method
|
| D | tsserverlibrary.d.ts | 6377 …applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<Ap… method 6378 …applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<… method 6379 …applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: FormatCod… method 6381 …applyCodeActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionComman… method 6383 …applyCodeActionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionComm… method 6385 …applyCodeActionCommand(fileName: string, action: CodeActionCommand | CodeActionCommand[]): Promise… method 11315 private applyCodeActionCommand;
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 6377 …applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<Ap… method 6378 …applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<… method 6379 …applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: FormatCod… method 6381 …applyCodeActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionComman… method 6383 …applyCodeActionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionComm… method 6385 …applyCodeActionCommand(fileName: string, action: CodeActionCommand | CodeActionCommand[]): Promise… method
|
| D | tsserverlibrary.d.ts | 6377 …applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<Ap… method 6378 …applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<… method 6379 …applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: FormatCod… method 6381 …applyCodeActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionComman… method 6383 …applyCodeActionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionComm… method 6385 …applyCodeActionCommand(fileName: string, action: CodeActionCommand | CodeActionCommand[]): Promise… method 11315 private applyCodeActionCommand;
|