-
Notifications
You must be signed in to change notification settings - Fork 36.7k
Closed
Labels
*out-of-scopePosted issue is not in scope of VS CodePosted issue is not in scope of VS CodebugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugsuggestIntelliSense, Auto CompleteIntelliSense, Auto CompletetypescriptTypescript support issuesTypescript support issues
Milestone
Description
- VSCode Version: Code - Insiders 1.19.0-insider (cd906f8, 2017-12-07T06:14:22.977Z)
- OS Version: Linux x64 4.4.0-21-generic
- Extensions: none
Steps to Reproduce:
- Create
b.tscontaining:
export const foo = 0;
export const bar = 1;- Create
a.tscontaining:
; import { foo } from "./b";- Go to the start of the line, type
ba, and accept the completion. - You get
bar; import { fo, baro } from "./b";
(expectedbar; import { foo, bar } from "./b";)
@mjbvz We were talking about this at the meeting today.
DanielRosenwasser
Metadata
Metadata
Assignees
Labels
*out-of-scopePosted issue is not in scope of VS CodePosted issue is not in scope of VS CodebugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugsuggestIntelliSense, Auto CompleteIntelliSense, Auto CompletetypescriptTypescript support issuesTypescript support issues