(fileName: string, position: number)
| 426 | ensureProjectAnalyzed(): void; |
| 427 | |
| 428 | getTcb(fileName: string, position: number): GetTcbResponse | undefined; |
| 429 | |
| 430 | /** |
| 431 | * Gets linked editing ranges for synchronized editing of HTML tag pairs. |
no outgoing calls
no test coverage detected