Home
last modified time | relevance | path

Searched refs:provideInlayHints (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/src/services/
Dshims.ts285provideInlayHints(fileName: string, span: TextSpan, preference: UserPreferences | undefined): stri… method
1072 …public provideInlayHints(fileName: string, span: TextSpan, preference: UserPreferences | undefined…
1075 () => this.languageService.provideInlayHints(fileName, span, preference)
DinlayHints.ts18 export function provideInlayHints(context: InlayHintsContext): InlayHint[] { function
Dservices.ts2693 …function provideInlayHints(fileName: string, span: TextSpan, preferences: UserPreferences = emptyO… function
2696 … return InlayHints.provideInlayHints(getInlayHintsContext(sourceFile, span, preferences));
2775 provideInlayHints,
Dtypes.ts511provideInlayHints(fileName: string, span: TextSpan, preferences: UserPreferences | undefined): Inl… method
/third_party/typescript/src/harness/
DharnessLanguageService.ts621 provideInlayHints(fileName: string, span: ts.TextSpan, preference: ts.UserPreferences) {
622 return unwrapJSONCallResult(this.shim.provideInlayHints(fileName, span, preference));
Dclient.ts682 provideInlayHints(file: string, span: TextSpan): InlayHint[] {
DfourslashImpl.ts866 … const hints = this.languageService.provideInlayHints(this.activeFile.fileName, span, preference);
/third_party/typescript/src/server/
Dsession.ts1667 …private provideInlayHints(args: protocol.InlayHintsRequestArgs): readonly protocol.InlayHintItem[]…
1670 …const hints = project.getLanguageService().provideInlayHints(file, args, this.getPreferences(file)…
3316 return this.requiredResponse(this.provideInlayHints(request.arguments));
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts6378provideInlayHints(fileName: string, span: TextSpan, preferences: UserPreferences | undefined): Inl… method
11272 private provideInlayHints;
Dtypescript.d.ts6378provideInlayHints(fileName: string, span: TextSpan, preferences: UserPreferences | undefined): Inl… method
/third_party/typescript/lib/
Dtsserverlibrary.d.ts6378provideInlayHints(fileName: string, span: TextSpan, preferences: UserPreferences | undefined): Inl… method
11272 private provideInlayHints;
Dtypescript.d.ts6378provideInlayHints(fileName: string, span: TextSpan, preferences: UserPreferences | undefined): Inl… method
DtypescriptServices.d.ts6378provideInlayHints(fileName: string, span: TextSpan, preferences: UserPreferences | undefined): Inl… method