-
Notifications
You must be signed in to change notification settings - Fork 281
Closed
Labels
help wantedLarger than "good first issue", but still well-defined and ready for someone to pick upLarger than "good first issue", but still well-defined and ready for someone to pick uplanguage-serverIssues specific to our IDE integration rather than type checkingIssues specific to our IDE integration rather than type checking
Description
Describe the Bug
With the extension on VScode, when there is no proper import for an alias (e.g. pd for pandas) , the "Quick Fix -> Insert Import" will list out all possible imports. However, after selecting an import, the alias is not included at the end of the output. To properly fix the issue, user needs to go back to the top of the file and add the alias to the import. This somehow contradicts the benefit of "Inserting Import", at the very least the "Insert Import" cannot directly solve the missing import issue.
Sandbox Link
No response
(Only applicable for extension issues) IDE Information
Version: 0.46.3
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedLarger than "good first issue", but still well-defined and ready for someone to pick upLarger than "good first issue", but still well-defined and ready for someone to pick uplanguage-serverIssues specific to our IDE integration rather than type checkingIssues specific to our IDE integration rather than type checking