Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>Sort JS ObjectNew to Visual Studio Code? Get it now.
Sort JS Object

Sort JS Object

debens

|
6,454 installs
| (1) | Free
Traverse and sort JS AST object keys
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

sort-js-object

♠️ ♥️ Traverse and sort JS AST object keys ♦️ ♣️

Github Workflow VS Code Marketplace VS Code Marketplace Downloads VS Code Marketplace Installs



Installation

Install through VS Code extensions. Search for Sort JS Object

Visual Studio Code Market Place: Sort JS Objects

Can also be installed in VS Code: Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install debens.sort-js-object

Usage

Highlight a valid block of JS/TS code and open the command palette using cmd + shift + p, search for Sort JS and hit enter.

Hotkeys

  • Format highlighted code: alt + s

Support

All of ES6, Typescript and legacy decorators should be support. Pull requests are welcome!

How does it work?

sort-js-object finds the highlighted text in the current editor, then using this text builds a AST using @babel/parser, then reorder node arrays on tree using @babel/traverse.

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