Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TS Auto Import OrganizerNew to Visual Studio Code? Get it now.
TS Auto Import Organizer

TS Auto Import Organizer

aepasahan.dev

|
286 installs
| (1) | Free
Automatically organizes import statements in TypeScript files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TS Auto Import Organizer

logo

Overview

ts-auto-import-organizer is a Visual Studio Code extension designed to automatically organize import statements in TypeScript and TypeScript React files. This extension helps maintain clean and organized import statements by removing unused imports and sorting the remaining ones.

Features

  • Automatically organize import statements on text document change.
  • Manually trigger import organization using a command.
  • Customizable delay for automatic import organization.

Installation

  1. Open Visual Studio Code.
  2. Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing Ctrl+Shift+X (Windows) or Cmd+Shift+X (macOS).
  3. Search for ts-auto-import-organizer.
  4. Click on the Install button.

Usage

Command

To manually organize imports:

  1. Open the Command Palette by pressing Ctrl+Shift+P (Windows) or Cmd+Shift+P (macOS).
  2. Type Organize Imports and select the ts-auto-import-organizer: Organize Imports command.

Automatic Organization

To enable automatic import organization, configure the settings in your settings.json file:

{
  "tsAutoImportOrganizer.enableAutoOrganize": true,
  "tsAutoImportOrganizer.autoOrganizeDelay": 2000
}

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

  • Author: aepasahan.dev
  • Email: aepasahan.dev@gmail.com
  • Github Profile: aepasahan.dev
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft