Allows arguments (or other comma separated lists contained in brackets, braces, etc.) to be shifted left and right.
By default it defines "Alt+S Left" and "Ctrl+Alt+Left" to move arguments left and "Alt+S Right" and "Ctrl+Alt+Right" to move them right. You can also use the commands "Shift argument to the left" and "Shift argument to the right" from the command menu.
You can install the latest version of the extension via the Visual Studio Marketplace here.
Alternatively, open Visual Studio code, press Ctrl+P
or Cmd+P
and type:
> ext install shifter
The source code is available on GitHub here.
Icon made by Retinaicons from Flaticon, licensed by CC 3.0 BY.
This extension resues parts of Scoper which in turn was based on Chunsen Wang's Bracket Select extension.