Searched defs:selectionRange (Results 1 – 4 of 4) sorted by relevance
6 const selectionRange = t.ranges.get("selection"); constant20 const selectionRange = t.ranges.get("selection"); constant
81 const selectionRange = t.ranges.get("selection")!; constant150 const selectionRange = t.ranges.get("selection"); constant
312 const selectionRange = t.ranges.get("selection")!; constant341 … span: { start: selectionRange.pos, length: selectionRange.end - selectionRange.pos }, constant
2766 const selectionRange = languageService.getSmartSelectionRange(file, pos); constant