amatiasq / vsc-sort-imports

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

sort-imports.firstModules, sort-imports.lastModules #39

Closed Yzrsah closed 5 years ago

Yzrsah commented 5 years ago

Feature

    "sort-imports.firstModules": [ "react" ],
    "sort-imports.lastModules": [ "@yzrsahs-libs", "a-local-module" ],
amatiasq commented 5 years ago

Good idea! I think you should create an issue in https://github.com/renke/import-sort, this is the tool we use to do the sorting actually, if you do please reference this issue to track it :)

amatiasq commented 5 years ago

Closing since this can't be implemented in this project.