/shifter

Primary LanguageJavaScriptOtherNOASSERTION

Shifter

Allows arguments (or other comma separated lists contained in brackets, braces, etc.) to be shifted left and right.

video

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.

Installing

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

Source Code

The source code is available on GitHub here.

Credits

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.