Home
last modified time | relevance | path

Searched refs:applyCodeActionCommand (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/src/services/
Dtypes.ts542applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<Ap… method
543applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<… method
544applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: FormatCod… method
546applyCodeActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionComman… method
548applyCodeActionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionComm… method
550applyCodeActionCommand(fileName: string, action: CodeActionCommand | CodeActionCommand[]): Promise… method
Dservices.ts2128 …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/
DharnessLanguageService.ts596 applyCodeActionCommand = ts.notImplemented;
Dclient.ts680 applyCodeActionCommand = notImplemented;
/third_party/typescript/src/server/
Dsession.ts2626 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/
Dtypescript.d.ts6377applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<Ap… method
6378applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<… method
6379applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: FormatCod… method
6381applyCodeActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionComman… method
6383applyCodeActionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionComm… method
6385applyCodeActionCommand(fileName: string, action: CodeActionCommand | CodeActionCommand[]): Promise… method
DtypescriptServices.d.ts6377applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<Ap… method
6378applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<… method
6379applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: FormatCod… method
6381applyCodeActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionComman… method
6383applyCodeActionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionComm… method
6385applyCodeActionCommand(fileName: string, action: CodeActionCommand | CodeActionCommand[]): Promise… method
Dtsserverlibrary.d.ts6377applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<Ap… method
6378applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<… method
6379applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: FormatCod… method
6381applyCodeActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionComman… method
6383applyCodeActionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionComm… method
6385applyCodeActionCommand(fileName: string, action: CodeActionCommand | CodeActionCommand[]): Promise… method
11315 private applyCodeActionCommand;
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts6377applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<Ap… method
6378applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<… method
6379applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: FormatCod… method
6381applyCodeActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionComman… method
6383applyCodeActionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionComm… method
6385applyCodeActionCommand(fileName: string, action: CodeActionCommand | CodeActionCommand[]): Promise… method
Dtsserverlibrary.d.ts6377applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<Ap… method
6378applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<… method
6379applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: FormatCod… method
6381applyCodeActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionComman… method
6383applyCodeActionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionComm… method
6385applyCodeActionCommand(fileName: string, action: CodeActionCommand | CodeActionCommand[]): Promise… method
11315 private applyCodeActionCommand;