Home
last modified time | relevance | path

Searched refs:quickInfoIs (Results 1 – 25 of 45) sorted by relevance

12

/third_party/typescript/tests/cases/fourslash/
DquickInfoCanBeTruncated.ts516 verify.quickInfoIs(`type A = keyof Foo`);
518 verify.quickInfoIs(`type Less = "_1" | "_2" | "_3" | "_4" | "_5" | "_6" | "_7" | "_8" | "_9" | "_10…
525 verify.quickInfoIs(`type Decomposed = {
561 verify.quickInfoIs(`type LongTuple = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17.…
563 verify.quickInfoIs(`type DeeplyMapped = {
DquickInfoMappedSpreadTypes.ts21 verify.quickInfoIs("(property) Foo.bar: number", "Doc");
24 verify.quickInfoIs("(property) bar: string", "Doc");
27 verify.quickInfoIs("(property) Foo.bar: number", "Doc");
30 verify.quickInfoIs("(property) bar: string", "Doc");
DquickInfoOnMergedInterfacesWithIncrementalEdits.ts16 verify.quickInfoIs("(property) B<string>.bar: string");
19 verify.quickInfoIs("any");
23 verify.quickInfoIs("(property) B<string>.bar: string");
25 verify.quickInfoIs("var r4: string");
DquickInfoMeaning.ts34 verify.quickInfoIs("const foo: number");
38 verify.quickInfoIs("(alias) interface foo\nimport foo = require(\"foo_module\")");
70 verify.quickInfoIs("(alias) const bar: number\nimport bar = require(\"bar_module\")");
74 verify.quickInfoIs("interface bar");
DquickInfoJSDocBackticks.ts21 verify.quickInfoIs("function f(x: string, y: string): string", "`@param` initial at-param is OK in …
23 verify.quickInfoIs("(parameter) x: string", "hi there `@param`");
25 verify.quickInfoIs("(parameter) y: string", "hi there `@ * param\nthis is the margin");
DquickInfoJsDocTagsFunctionOverload06.ts22 verify.quickInfoIs("(alias) getArrayLength(arr: string[]): number (+1 overload)\nimport getArrayLen…
24 verify.quickInfoIs("(alias) getArrayLength(arr: boolean[]): number (+1 overload)\nimport getArrayLe…
26 verify.quickInfoIs("(alias) getArrayLength(arr: string[]): number (+1 overload)\nimport getArrayLen…
DquickinfoExpressionTypeNotChangedViaDeletion.ts12 verify.quickInfoIs("const test2: false");
15 verify.quickInfoIs("const test1: false");
DquickInfoForRequire.ts12 verify.quickInfoIs("module a");
15 verify.quickInfoIs("module a");
DquickInfoForGetterAndSetter.ts20 verify.quickInfoIs("(getter) Test.value: any", "Getter text");
23 verify.quickInfoIs("(setter) Test.value: any", "Setter text");
DeditJsdocType.ts11 verify.quickInfoIs("");
13 verify.quickInfoIs("");
DquickInfoUntypedModuleImport.ts15 verify.quickInfoIs("");
19 verify.quickInfoIs("import foo");
DnameOfRetypedClassInModule.ts25 verify.quickInfoIs('constructor A(val: any): A');
31 verify.quickInfoIs('constructor M.B(val: any): B');
DexternalModuleWithExportAssignment.ts50 verify.quickInfoIs("(property) test1: a1.connectModule\n(res: any, req: any, next: any) => void", u…
71 verify.quickInfoIs("(property) test1: a1.connectModule\n(res: any, req: any, next: any) => void", u…
DjsDocFunctionSignatures12.ts25 verify.quickInfoIs(`(parameter) o: {
DjsDocAugments.ts22 verify.quickInfoIs("(local var) x: string");
DjsDocFunctionSignatures11.ts9 verify.quickInfoIs("const variables: {\n [name: string]: string;\n}");
DjsDocFunctionSignatures13.ts10 verify.quickInfoIs("any");
DjsDocIndentationPreservation2.ts13 verify.quickInfoIs("function foo(): void", "Does some stuff.\n Second line.\n\tThird line.");
DjsDocIndentationPreservation3.ts13 verify.quickInfoIs("function foo(): void", "Does some stuff.\n Second line.\n\tThird line.");
DjsDocFunctionSignatures10.ts15 verify.quickInfoIs("function foo<any>(x: any): void", "Do some foo things");
DjsDocIndentationPreservation1.ts13 verify.quickInfoIs("function foo(): void", "Does some stuff.\n Second line.\n\tThird line.");
/third_party/typescript/tests/cases/fourslash/server/
DjsdocCallbackTag.ts29 verify.quickInfoIs("var t: FooHandler");
31 verify.quickInfoIs("var t2: FooHandler2");
33 verify.quickInfoIs("type FooHandler2 = (eventName?: string | undefined, eventName2?: string) => any…
35 verify.quickInfoIs("type FooHandler = (eventName: string, eventName2: number | string, eventName3: …
DngProxy3.ts20 verify.quickInfoIs('let x: number[]');
DngProxy1.ts19 verify.quickInfoIs('Proxied x: number[]hello world');
DngProxy2.ts20 verify.quickInfoIs('let x: number[]');

12