:package: Imports SorterExtension for Visual Studio Code that helps organize imports by sorting them based on their source folder. Classification rulesThe extension uses a block-based classification system. In order, the blocks are: CoreBlock dedicated to the core libraries of the project. Examples: react, vue, react native. LibrariesBlock dedicated to third-party libraries. Examples: redux, vuex, enzyme, styled-components. GeneralBlock dedicated to the general (non-component) imports of the project. Examples: services, constants, helpers. Global componentsBlock dedicated to imported global components, which are acquired from the project root. Examples: ~/components, @/components. Local componentsBlock dedicated to imported local components, which are acquired from a folder at the same level as the requesting file. Example: ./components. Overview
LicenseCopyright (c) Guilherme Moura |