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

TypeScript auto-import takes precedence over local var in autocomplete #40311

Closed
danvk opened this issue Dec 15, 2017 · 0 comments
Closed

TypeScript auto-import takes precedence over local var in autocomplete #40311

danvk opened this issue Dec 15, 2017 · 0 comments
Assignees
Labels
feature-request Request for new features or functionality javascript JavaScript support issues verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@danvk
Copy link

danvk commented Dec 15, 2017

It's quite surprising that cameraAlt, which is an import from an unrelated package, gets higher precedence than cameraAngle, which is a local variable in this function:

image

  • VSCode Version: Version 1.20.0-insider (1.20.0-insider) 08ec160 2017-12-15T06:03:51.011Z
  • OS Version: macOS Sierra 10.12.6 (16G1036)

Reproduces without extensions: Yes/No

@vscodebot vscodebot bot added the insiders label Dec 15, 2017
@vscodebot vscodebot bot added the javascript JavaScript support issues label Dec 15, 2017
@mjbvz mjbvz added the feature-request Request for new features or functionality label Dec 18, 2017
@mjbvz mjbvz added this to the December 2017/January 2018 milestone Dec 18, 2017
@mjbvz mjbvz closed this as completed in dcaee0a Dec 18, 2017
@mjbvz mjbvz added the verification-needed Verification of issue is requested label Dec 18, 2017
@roblourens roblourens added the verified Verification succeeded label Jan 31, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality javascript JavaScript support issues verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants