import-organizerReorder and organize ES6+ import statements alphabetically, with local imports placed at the end of the import block. Duplicate imports will be removed. FeaturesHighlight the block of import statements you would like to sort, an select Sort Imports from the Command Palette. If you run Sort Imports with no selection, the document will be parsed for import statements, Sort all imports in fileSort a selected block of importsNotesIn the current version, import statements must match one of the following regexes:
Known Issues
Release Notes0.1.1Initial version release 0.2.0Added functionality to sort entire import block without needing to select anything. |