Skip to content

Parameter help for type parameters in a type #26699

@ghost

Description

TypeScript Version: 3.1.0-dev.20180825

Code

class C<T, U> {}

new C</*a*/>;

let c: C</*b*/>;

Expected behavior:

Get type parameter help at both /*a*/ and /*b*/.

Actual behavior:

Only get it at /*a*/.

See also genericParameterHelpTypeReferences.ts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Domain: Signature HelpInformation in editor tooltips when invoking a function callFixedA PR has been merged for this issueSuggestionAn idea for TypeScript

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions