Searched refs:CombinedCodeFixScope (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/services/ |
| D | types.ts | 513 …getCombinedCodeFix(scope: CombinedCodeFixScope, fixId: {}, formatOptions: FormatCodeSettings, pref… 549 export interface CombinedCodeFixScope { type: "file"; fileName: string; } interface 551 export type OrganizeImportsScope = CombinedCodeFixScope;
|
| D | services.ts | 1984 …function getCombinedCodeFix(scope: CombinedCodeFixScope, fixId: {}, formatOptions: FormatCodeSetti…
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 5610 …getCombinedCodeFix(scope: CombinedCodeFixScope, fixId: {}, formatOptions: FormatCodeSettings, pref… 5635 interface CombinedCodeFixScope { interface 5639 type OrganizeImportsScope = CombinedCodeFixScope;
|
| D | typescriptServices.d.ts | 5610 …getCombinedCodeFix(scope: CombinedCodeFixScope, fixId: {}, formatOptions: FormatCodeSettings, pref… 5635 interface CombinedCodeFixScope { interface 5639 type OrganizeImportsScope = CombinedCodeFixScope;
|
| D | tsserverlibrary.d.ts | 5610 …getCombinedCodeFix(scope: CombinedCodeFixScope, fixId: {}, formatOptions: FormatCodeSettings, pref… 5635 interface CombinedCodeFixScope { interface 5639 type OrganizeImportsScope = CombinedCodeFixScope;
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 5853 …getCombinedCodeFix(scope: CombinedCodeFixScope, fixId: {}, formatOptions: FormatCodeSettings, pref… 5878 interface CombinedCodeFixScope { interface 5882 type OrganizeImportsScope = CombinedCodeFixScope;
|
| D | tsserverlibrary.d.ts | 5853 …getCombinedCodeFix(scope: CombinedCodeFixScope, fixId: {}, formatOptions: FormatCodeSettings, pref… 5878 interface CombinedCodeFixScope { interface 5882 type OrganizeImportsScope = CombinedCodeFixScope;
|