Skip to content

Get completions in type parameter of type alias cause an error #4715

Closed
@yuit

Description

@yuit
type constructorType<T1,T2> = new <T1/*completion1*/, /*completion2*/

At completion1 and completion2 language service fails to get completions and throws below error messages:

fail_completions_type_alias

Activity

DanielRosenwasser

DanielRosenwasser commented on Sep 9, 2015

@DanielRosenwasser
Member

Looks related to #4616.

yuit

yuit commented on Sep 9, 2015

@yuit
ContributorAuthor

@DanielRosenwasser very likely

added this to the TypeScript 1.8 milestone on Sep 18, 2015
added
FixedA PR has been merged for this issue
on Nov 30, 2015
locked and limited conversation to collaborators on Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptFixedA PR has been merged for this issue

Type

No type

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @yuit@DanielRosenwasser@mhegazy

      Issue actions

        Get completions in type parameter of type alias cause an error · Issue #4715 · microsoft/TypeScript