(model: T)
| 31 | // The offset into the value of getText(currentTextModel) at which to trigger a completion. |
| 32 | readonly utf16CodeUnitOffset: number; |
| 33 | getText(model: T): string; |
| 34 | // idx is the position in the textModels array, or undefined if it's the currentTextModel. |
| 35 | getLanguage(model: T, idx: number | undefined): Language; |
| 36 | } |
no outgoing calls
no test coverage detected