You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I'm using VS Code's Organize Imports feature, but it has a huge downside as of Feb 2021 - it removes the unused imports as well 😵 microsoft/TypeScript#36085
Have there been any plans to combine all (side-effect-free) imports from the same file into a single import statement?
We're using import-sort in combination with Prettier and would benefit a lot from this feature.
The text was updated successfully, but these errors were encountered: