(
fileName: string,
positionOrRange: number | ts.TextRange,
refactorName: string,
reportProgress: ApplyRefactoringProgressFn,
)
| 483 | ): TemplateDocumentSymbol[]; |
| 484 | |
| 485 | applyRefactoring( |
| 486 | fileName: string, |
| 487 | positionOrRange: number | ts.TextRange, |
| 488 | refactorName: string, |
no outgoing calls
no test coverage detected