Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Structure and Ladder ImportsNew to Visual Studio Code? Get it now.
Structure and Ladder Imports

Structure and Ladder Imports

Roshan Chapagain

|
73 installs
| (0) | Free
Ladders and divide your imports
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

feature X

structured-ladder-imports README

We invest considerable effort to perfect our code, so let's also streamline our imports for clarity and organization.

Features

This extension optimizes your import statements by:

  1. Categorizing Imports: Separates imports into two groups: module imports (from node_modules) and local imports (from within the project).
  2. Sorting and Reorganizing: Arranges imports within each category and replaces the existing import statements.

Supports multiline import statements for comprehensive organization.

Extension Demo

Known Issues

Primarily tested within a React Project, this extension is designed to function across various environments. However, note that multiline imports might behave unexpectedly outside.

Release Notes

1.0.0

Initial release of the extension

Future Improvements

  • Integration with a prettier plugin could significantly streamline the process.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft