Searched refs:TextChangesContext (Results 1 – 4 of 4) sorted by relevance
20 …program: Program, start: number, end: number, context: textChanges.TextChangesContext, _actionName…
1024 …function codeActionForFix(context: textChanges.TextChangesContext, sourceFile: SourceFile, symbolN…
1645 export interface CodeFixContextBase extends textChanges.TextChangesContext {1677 export interface RefactorContext extends textChanges.TextChangesContext {
285 export interface TextChangesContext { interface305 public static fromContext(context: TextChangesContext): ChangeTracker {309 …public static with(context: TextChangesContext, cb: (tracker: ChangeTracker) => void): FileTextCha…