Skip to content
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

Shouldn't show completion list after 'private static x...' #1505

Closed
mhegazy opened this issue Dec 16, 2014 · 0 comments
Closed

Shouldn't show completion list after 'private static x...' #1505

mhegazy opened this issue Dec 16, 2014 · 0 comments
Assignees
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue

Comments

@mhegazy
Copy link
Contributor

mhegazy commented Dec 16, 2014

After typing the final 't' on the highlighted here, the completion list should not appear (a new identifier is being written, similar to 'var t...')

attachfilehandler

@mhegazy mhegazy added the Bug A bug in TypeScript label Dec 16, 2014
@mhegazy mhegazy added this to the Community milestone Dec 16, 2014
@paulvanbrenk paulvanbrenk self-assigned this Jan 9, 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.
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Feb 9, 2015
@mhegazy mhegazy modified the milestones: TypeScript 1.5, Community Feb 9, 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

2 participants