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

Organize Imports

Chamika Gangul

|
2,774 installs
| (3) | Free
Categorizes imports and sort them in lexicological order.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Organize Imports

What is this?

This is a plugin for VS Code that organizes imports in your JavaScript and TypeScript files.

Imports will be grouped as,

  • React related imports
  • External imports
  • Internal imports

Then the imports will be sorted alphabetically.

How to use?

  1. Install the extension
  2. Open a JavaScript or TypeScript file
    • Run the command by pressing

Shift+Alt+I (Windows) or Shift+Option+I (Mac)

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