-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Open
Labels
Awaiting More FeedbackThis means we'd like to hear from more people who would be helped by this featureThis means we'd like to hear from more people who would be helped by this featureDomain: LS: Auto-importSuggestionAn idea for TypeScriptAn idea for TypeScript
Description
When a developer opens the "Quick fix" context menu to import a dependency. VSCode currently defaults to alphabetical order, with external dependencies shown first (as best I can tell).
Libraries with similar variable names will often get preference over the most commonly used import in a project. This request would ensure that the most commonly used import is shown first.
In this example the ./utils/store export useTheme is used throughout the project, the @mui/material export useTheme is not used, but is shown first.
In this example the ~/utils/store export useStore is used throughout the project, the zustand export useStore is not used, but is shown first.

Metadata
Metadata
Assignees
Labels
Awaiting More FeedbackThis means we'd like to hear from more people who would be helped by this featureThis means we'd like to hear from more people who would be helped by this featureDomain: LS: Auto-importSuggestionAn idea for TypeScriptAn idea for TypeScript