-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
microsoft/vscode
#90405Closed
Copy link
Labels
CommittedThe team has roadmapped this issueThe team has roadmapped this issueFix AvailableA PR has been opened for this issueA PR has been opened for this issueSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code PriorityCritical issues that VS Code needs fixed in the current TypeScript milestoneCritical issues that VS Code needs fixed in the current TypeScript milestoneVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Milestone
Description
Search Terms
- Auto imports
- Preferences
- File extensions
Suggestion
Add a preference to include file extensions on auto import paths.
Use Cases
File extensions are required when working with browsers.
Examples
a.js
:
export const abc = 123;
b.js
abc|
Trigger auto import on abc
in b.js
to get:
import { abc } from './a.js'
abc
mjbvz, webappslove, targos, idmadj, stacktracer and 3 more
Metadata
Metadata
Assignees
Labels
CommittedThe team has roadmapped this issueThe team has roadmapped this issueFix AvailableA PR has been opened for this issueA PR has been opened for this issueSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code PriorityCritical issues that VS Code needs fixed in the current TypeScript milestoneCritical issues that VS Code needs fixed in the current TypeScript milestoneVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue