Searched refs:provideInlayHints (Results 1 – 13 of 13) sorted by relevance
/third_party/typescript/src/services/ |
D | shims.ts | 285 …provideInlayHints(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)
|
D | inlayHints.ts | 18 export function provideInlayHints(context: InlayHintsContext): InlayHint[] { function
|
D | services.ts | 2693 …function provideInlayHints(fileName: string, span: TextSpan, preferences: UserPreferences = emptyO… function 2696 … return InlayHints.provideInlayHints(getInlayHintsContext(sourceFile, span, preferences)); 2775 provideInlayHints,
|
D | types.ts | 511 …provideInlayHints(fileName: string, span: TextSpan, preferences: UserPreferences | undefined): Inl… method
|
/third_party/typescript/src/harness/ |
D | harnessLanguageService.ts | 621 provideInlayHints(fileName: string, span: ts.TextSpan, preference: ts.UserPreferences) { 622 return unwrapJSONCallResult(this.shim.provideInlayHints(fileName, span, preference));
|
D | client.ts | 682 provideInlayHints(file: string, span: TextSpan): InlayHint[] {
|
D | fourslashImpl.ts | 866 … const hints = this.languageService.provideInlayHints(this.activeFile.fileName, span, preference);
|
/third_party/typescript/src/server/ |
D | session.ts | 1667 …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/ |
D | tsserverlibrary.d.ts | 6378 …provideInlayHints(fileName: string, span: TextSpan, preferences: UserPreferences | undefined): Inl… method 11272 private provideInlayHints;
|
D | typescript.d.ts | 6378 …provideInlayHints(fileName: string, span: TextSpan, preferences: UserPreferences | undefined): Inl… method
|
/third_party/typescript/lib/ |
D | tsserverlibrary.d.ts | 6378 …provideInlayHints(fileName: string, span: TextSpan, preferences: UserPreferences | undefined): Inl… method 11272 private provideInlayHints;
|
D | typescript.d.ts | 6378 …provideInlayHints(fileName: string, span: TextSpan, preferences: UserPreferences | undefined): Inl… method
|
D | typescriptServices.d.ts | 6378 …provideInlayHints(fileName: string, span: TextSpan, preferences: UserPreferences | undefined): Inl… method
|