ts-importer
ts-importer copied to clipboard
Organizing imports
Organizing imports would be a perfect feature. Please take a look how it's done in Typescript Hero https://github.com/buehler/typescript-hero
In short. The sequence of the groups located in settings to workspace, it uses regular expressions to identify the group.
[
"Plains",
"/@angular/",
{
"identifier": "/Foo[1-9]Bar/",
"order": "desc"
},
"Workspace",
{
"identifier": "Remaining",
"order": "desc"
}
]
Also if you will do some kind of imports organization, please provide a hot key to force organizing and an option for settings to do it automatically on save.
The reason why I'm using your extension not a TsHero is your extension uses paths from tsconfig, which is more important for me, and imho the killing feature!:)
Thank you.
Why not using TS-Lint?