-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Autocomplete shows multiple of the same item #37930
Comments
A little more info... this seems to happen when VC Code is set to use it's own version of Typescript (2.6.1). When I switch to the version in the project (2.4.2), I see the correct popup items. |
@jtsom If you scroll through these suggestions, do they all have identical descriptions? TS 2.6 brought support for automatic imports. If there are multiple |
Yes, each one has the same description. It definitely looks like it's just duplicating the entries. Again when I switched to using the project's Typescript, the popup was much shorter. |
Sure. Here you go. With a screenshot of what I did that generated the output: |
Thanks for the additional info! I confirmed the bug and have opened microsoft/TypeScript#19922 to track this against TypeScript Closing as upstream |
Any idea when this is going to be filtered back to VS Code? I see the latest insiders has an insiders version of Typescript, but doesn't seem to fix the problem. |
This should be fixed in TypeScript@next (Typescript 2.7). You can use this version in current versions of VS Code by following these instructions: https://code.visualstudio.com/Docs/languages/typescript#_using-newer-typescript-versions |
Steps to Reproduce:
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: