amatiasq / vsc-sort-imports

Sort ES6 imports automatically.
ISC License
57 stars 24 forks source link

Wrong order #92

Closed Disorrder closed 3 years ago

Disorrder commented 3 years ago

image

libraries from npm should go before local files. If name starts with @/ it can be local file, but @*/* is not local. It also should to recognize webpack aliases. For example, I can define Public/* as local folder instead of writing ../../../../public/*

amatiasq commented 3 years ago

You can use one of the multiple sort style provided or create your own sort style if none matches your needs (example)