Home
last modified time | relevance | path

Searched refs:uncommentSelection (Results 1 – 18 of 18) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
DuncommentSelection3.ts19 verify.uncommentSelection(
DuncommentSelection4.ts22 verify.uncommentSelection(
DuncommentSelection1.ts27 verify.uncommentSelection(
DuncommentSelection2.ts20 verify.uncommentSelection(
Dfourslash.ts456 uncommentSelection(newFileContent: string): void;
/third_party/typescript/src/services/
Dshims.ts292 uncommentSelection(fileName: string, textChange: TextRange): string; method
1120 public uncommentSelection(fileName: string, textRange: TextRange): string {
1123 () => this.languageService.uncommentSelection(fileName, textRange)
Dtypes.ts574 uncommentSelection(fileName: string, textRange: TextRange): TextChange[]; method
Dservices.ts2411 function uncommentSelection(fileName: string, textRange: TextRange): TextChange[] { function
2774 uncommentSelection,
/third_party/typescript/src/harness/
DharnessLanguageService.ts663 uncommentSelection(fileName: string, textRange: ts.TextRange): ts.TextChange[] {
664 return unwrapJSONCallResult(this.shim.uncommentSelection(fileName, textRange));
DfourslashInterfaceImpl.ts242 public uncommentSelection(newFileContent: string) { method in FourSlashInterface.VerifyNegatable
243 this.state.uncommentSelection(newFileContent);
Dclient.ts927 uncommentSelection(): TextChange[] {
DfourslashImpl.ts3992 public uncommentSelection(newFileContent: string): void {
3995 …changes.push.apply(changes, this.languageService.uncommentSelection(this.activeFile.fileName, rang…
/third_party/typescript/src/server/
Dsession.ts2819 …private uncommentSelection(args: protocol.FileRangeRequestArgs, simplifiedResult: boolean): TextCh…
2824 const textChanges = languageService.uncommentSelection(file, textRange);
3310 …return this.requiredResponse(this.uncommentSelection(request.arguments, /*simplifiedResult*/ true)…
3313 …return this.requiredResponse(this.uncommentSelection(request.arguments, /*simplifiedResult*/ false…
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts6416 uncommentSelection(fileName: string, textRange: TextRange): TextChange[]; method
11349 private uncommentSelection;
Dtypescript.d.ts6416 uncommentSelection(fileName: string, textRange: TextRange): TextChange[]; method
/third_party/typescript/lib/
Dtsserverlibrary.d.ts6416 uncommentSelection(fileName: string, textRange: TextRange): TextChange[]; method
11349 private uncommentSelection;
Dtypescript.d.ts6416 uncommentSelection(fileName: string, textRange: TextRange): TextChange[]; method
DtypescriptServices.d.ts6416 uncommentSelection(fileName: string, textRange: TextRange): TextChange[]; method