Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dtypes.ts515applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<Ap… method
516applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<… method
517applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: FormatCod… method
519applyCodeActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionComman… method
521applyCodeActionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionComm… method
523applyCodeActionCommand(fileName: string, action: CodeActionCommand | CodeActionCommand[]): Promise… method
Dservices.ts2006 …function applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): P… function
2007 …function applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings):…
2008 …function applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: …
2009 …function applyCodeActionCommand(fileName: Path, action: CodeActionCommand): Promise<ApplyCodeActio…
2010 …function applyCodeActionCommand(fileName: Path, action: CodeActionCommand[]): Promise<ApplyCodeAct…
2011 …function applyCodeActionCommand(fileName: Path | CodeActionCommand | CodeActionCommand[], actionOr…
2582 applyCodeActionCommand, constant
/third_party/typescript/src/harness/
Dclient.ts636 applyCodeActionCommand = notImplemented;
DharnessLanguageService.ts577 applyCodeActionCommand = ts.notImplemented;
/third_party/typescript/src/server/
Dsession.ts2217 private applyCodeActionCommand(args: protocol.ApplyCodeActionCommandRequestArgs): {} {
2221 … project.getLanguageService().applyCodeActionCommand(command, this.getFormatOptions(file)).then(
2833 return this.requiredResponse(this.applyCodeActionCommand(request.arguments));
/third_party/typescript/lib/
Dtypescript.d.ts5611applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<Ap… method
5612applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<… method
5613applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: FormatCod… method
5615applyCodeActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionComman… method
5617applyCodeActionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionComm… method
5619applyCodeActionCommand(fileName: string, action: CodeActionCommand | CodeActionCommand[]): Promise… method
DtypescriptServices.d.ts5611applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<Ap… method
5612applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<… method
5613applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: FormatCod… method
5615applyCodeActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionComman… method
5617applyCodeActionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionComm… method
5619applyCodeActionCommand(fileName: string, action: CodeActionCommand | CodeActionCommand[]): Promise… method
Dtsserverlibrary.d.ts5611applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<Ap… method
5612applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<… method
5613applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: FormatCod… method
5615applyCodeActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionComman… method
5617applyCodeActionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionComm… method
5619applyCodeActionCommand(fileName: string, action: CodeActionCommand | CodeActionCommand[]): Promise… method
10198 private applyCodeActionCommand;
Dtsserverlibrary.js150648 function applyCodeActionCommand(fileName, actionOrFormatSettingsOrUndefined) { function
151138 applyCodeActionCommand: applyCodeActionCommand, property
160040 … return _this.requiredResponse(_this.applyCodeActionCommand(request.arguments));
161371 Session.prototype.applyCodeActionCommand = function (args) { method in Session
161376 …project.getLanguageService().applyCodeActionCommand(command, this.getFormatOptions(file)).then(fun…
Dtsserver.js150079 function applyCodeActionCommand(fileName, actionOrFormatSettingsOrUndefined) { function
150569 applyCodeActionCommand: applyCodeActionCommand, property
159846 … return _this.requiredResponse(_this.applyCodeActionCommand(request.arguments));
161177 Session.prototype.applyCodeActionCommand = function (args) { method in Session
161182 …project.getLanguageService().applyCodeActionCommand(command, this.getFormatOptions(file)).then(fun…
Dtypescript.js150648 function applyCodeActionCommand(fileName, actionOrFormatSettingsOrUndefined) { function
151138 applyCodeActionCommand: applyCodeActionCommand, property
DtypescriptServices.js150648 function applyCodeActionCommand(fileName, actionOrFormatSettingsOrUndefined) { function
151138 applyCodeActionCommand: applyCodeActionCommand, property
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts5854applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<Ap… method
5855applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<… method
5856applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: FormatCod… method
5858applyCodeActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionComman… method
5860applyCodeActionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionComm… method
5862applyCodeActionCommand(fileName: string, action: CodeActionCommand | CodeActionCommand[]): Promise… method
10483 private applyCodeActionCommand;
Dtypescript.d.ts5854applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<Ap… method
5855applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<… method
5856applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: FormatCod… method
5858applyCodeActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionComman… method
5860applyCodeActionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionComm… method
5862applyCodeActionCommand(fileName: string, action: CodeActionCommand | CodeActionCommand[]): Promise… method