Home
last modified time | relevance | path

Searched defs:applyCodeActionCommand (Results 1 – 11 of 11) 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.ts2000 …function applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): P… function
2576 applyCodeActionCommand, constant
/third_party/typescript/lib/
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
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
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
Dtsserver.js150079 function applyCodeActionCommand(fileName, actionOrFormatSettingsOrUndefined) { function
150569 applyCodeActionCommand: applyCodeActionCommand, property
161177 Session.prototype.applyCodeActionCommand = function (args) { method in Session
Dtsserverlibrary.js150648 function applyCodeActionCommand(fileName, actionOrFormatSettingsOrUndefined) { function
151138 applyCodeActionCommand: applyCodeActionCommand, property
161371 Session.prototype.applyCodeActionCommand = function (args) { method in Session
DtypescriptServices.js150648 function applyCodeActionCommand(fileName, actionOrFormatSettingsOrUndefined) { function
151138 applyCodeActionCommand: applyCodeActionCommand, property
Dtypescript.js150648 function applyCodeActionCommand(fileName, actionOrFormatSettingsOrUndefined) { function
151138 applyCodeActionCommand: applyCodeActionCommand, property
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts5696applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<Ap… method
5697applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<… method
5698applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: FormatCod… method
5700applyCodeActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionComman… method
5702applyCodeActionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionComm… method
5704applyCodeActionCommand(fileName: string, action: CodeActionCommand | CodeActionCommand[]): Promise… method
Dtypescript.d.ts5696applyCodeActionCommand(action: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<Ap… method
5697applyCodeActionCommand(action: CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<… method
5698applyCodeActionCommand(action: CodeActionCommand | CodeActionCommand[], formatSettings?: FormatCod… method
5700applyCodeActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionComman… method
5702applyCodeActionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionComm… method
5704applyCodeActionCommand(fileName: string, action: CodeActionCommand | CodeActionCommand[]): Promise… method