Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 762 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 762 Bytes

atom-import-sort

Sort ES2015 (aka ES6) imports directly from within Atom. Both JavaScript and TypeScript are supported.

atom-import-sort in action

After you installed the package you can sort your imports using the Ctrl + Alt + o key binding or trigger it manually from the command palette with the Import Sort: Sort command.

The package also offers a "sort on save" option to automatically sort your imports whenever you save a JavaScript or TypeScript file. It's disabled by default.

See import-sort for information about customizing the way imports are sorted.