Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>format-importsNew to Visual Studio Code? Get it now.
format-imports

format-imports

serein_wq

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

Format Imports

Overview

The format-imports extension for VSCode is a simple extension that formats your imports in a more organized way.

example

// previous format
import { extensionFunc, unused } from extension
// post format
import { extensionFunc } from extension

shortcuts

windows : Ctrl + Alt + o

macos : Cmd + Shift + o

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