Skip to content

Completion should not appear on a type parameter declaration #1428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
JsonFreeman opened this issue Dec 10, 2014 · 1 comment
Closed

Completion should not appear on a type parameter declaration #1428

JsonFreeman opened this issue Dec 10, 2014 · 1 comment
Assignees
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue

Comments

@JsonFreeman
Copy link
Contributor

I am getting a completion list at the end of the following line:

function f<T

Users who writes lots of generics will hit this a lot.

@JsonFreeman JsonFreeman added the Bug A bug in TypeScript label Dec 10, 2014
@JsonFreeman
Copy link
Contributor Author

typeparamcompletion2

@mhegazy mhegazy added this to the TypeScript 1.6 milestone Dec 15, 2014
@mhegazy mhegazy self-assigned this Dec 15, 2014
@paulvanbrenk paulvanbrenk assigned paulvanbrenk and unassigned mhegazy Jan 9, 2015
@mhegazy mhegazy modified the milestones: TypeScript 1.4, TypeScript 1.4.1, TypeScript 1.4.2, TypeScript 1.5 Jan 14, 2015
paulvanbrenk added a commit that referenced this issue Feb 5, 2015
This adds a builder property to the completion list; this allows us to show the completion list in more places and keep support for alternative completion keys, like space and dot.

Note this required changes on the visual studio side too, so the complete experience won't be available until those are released.

This fixes #1629, #1505, #1428 and negates #315.
@paulvanbrenk paulvanbrenk added the Fixed A PR has been merged for this issue label Feb 5, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue
Projects
None yet
Development

No branches or pull requests

3 participants