Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Sort package.jsonNew to Visual Studio Code? Get it now.
Sort package.json

Sort package.json

unional

|
34,216 installs
| (8) | Free
Sort package.json
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-sort-package-json

A Visual Studio Code extension to sort package.json with sort-package-json.

Features

Sort your package.json sensibly.

Sort Manually

  1. Open a package.json file
  2. Open the Command Palette with ctrl-shift-P (cmd-shift-P for macOS)
  3. Select Sort package.json

Sort on Save

To sort all package.json files automatically on save, configure your user settings:

  1. Open the Command Palette with ctrl-shift-P (cmd-shift-P for macOS)
  2. Select Preferences: Open User Settings (JSON)
  3. Add "source.sortPackageJson" to "editor.codeActionsOnSave" as shown below
  "editor.codeActionsOnSave": [
    // Sort package.json keys with
    // https://marketplace.visualstudio.com/items?itemName=unional.vscode-sort-package-json
    "source.sortPackageJson"
  ],
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft