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

__ (double underscore) throws off auto-complete #1548

Closed
basarat opened this issue Dec 22, 2014 · 1 comment
Closed

__ (double underscore) throws off auto-complete #1548

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

Comments

@basarat
Copy link
Contributor

basarat commented Dec 22, 2014

Sample:

var __MYVAR: string;
__

you get the recommendation of the variable name with ___ i.e. three underscores.

image

Which are ofcourse an error :

image

SO report : http://stackoverflow.com/q/27606321/390330

@DanielRosenwasser
Copy link
Member

Appears to be fixed in release-1.4 and master.

@DanielRosenwasser DanielRosenwasser added Bug A bug in TypeScript Fixed A PR has been merged for this issue labels Dec 23, 2014
@DanielRosenwasser DanielRosenwasser added this to the TypeScript 1.4 milestone Dec 23, 2014
@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