-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
FixedA PR has been merged for this issueA PR has been merged for this issueSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Milestone
Description
From @chrmarti on October 31, 2017 16:58
- VSCode Version: Code - Insiders 1.18.0-insider (81cca6c, 2017-10-31T06:24:27.011Z)
- OS Version: Linux x64 3.13.0-108-generic
- Extensions: none
Testing #37177
Steps to Reproduce:
- Use a global completion when a star import is already in the file:
import * as b from "./bar";
foo|
- Result:
import * as b from "./bar";
import { foo } from "./bar";
foo|
- It would make sense to reuse the existing import.
Copied from original issue: microsoft/vscode#37314
grantila
Metadata
Metadata
Assignees
Labels
FixedA PR has been merged for this issueA PR has been merged for this issueSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue