Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>JS - Move AroundNew to Visual Studio Code? Get it now.
JS - Move Around

JS - Move Around

Hien Truong

|
153 installs
| (0) | Free
VS Code commands to move pieces of code (e.g. parameters, arguments, array elements, and a lot more), supporting JS, TS, JSX and TSX.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JS - Move Around

VS Code commands to move pieces of code (e.g. parameters, arguments, array elements, and a lot more), supporting JS, TS, JSX and TSX.

Features

Want to swap places between parameters inside a function declaration, between attributes inside a JSX element express, or between operants inside a binary operation?

This extension helps you to do all of these plus a lot more.

It supports JavaScript and TypeScript languages, including jsx and tsx files.

Using Ctrl+Opt+Right Arrow or Ctrl+Opt+Left Arrow

Some of code parts that can be shifted by this extension:

  • arguments of a call expression
  • children of a JSX element/fragment
  • clauses of a case block
  • declarations of a variable declaration list
  • decorators of a node (deprecated)
  • elements of an object binding pattern/array binding pattern
  • members of a type literal node
  • parameters of a signature declaration
  • and a lot more that are waiting for you to explore

Requirements

Extension Settings

Known Issues

Release Notes

1.0.0

Initial release of ...

1.0.1

Fixed issue #.

1.1.0

Added features X, Y, and Z.


References

  • Extension API
  • Key Bindings for Visual Studio Code
  • Syntax Highlight Guide
  • vscode-extension-samples
  • vscode-languageserver-node
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft