Home
last modified time | relevance | path

Searched refs:formatSelection (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/services/formatting/
Dformatting.ts152 …export function formatSelection(start: number, end: number, sourceFile: SourceFile, formatContext:… function
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts785 …this.state.formatSelection(this.state.getMarkerByName(startMarker).position, this.state.getMarkerB…
DfourslashImpl.ts2323 public formatSelection(start: number, end: number) {
/third_party/typescript/src/services/
Dservices.ts2070 …return formatting.formatSelection(start, end, sourceFile, formatting.getFormatContext(toEditorSett…