v4run / transpose

Transpose is an extension for VSCode for transposing selection or characters.
https://marketplace.visualstudio.com/items?itemName=v4run.transpose
MIT License
18 stars 3 forks source link
transposing-selections typescript visual-studio-code vscode

Transpose

Transpose is an extension for VSCode for transposing selections or characters. It is similar to the transpose plugin in Sublime Text.

alt text

Adding custom shortcuts

Add this to your keybinding.json file.

{
    "key": "ctrl+t",
    "command": "extension.transpose"
}

Features

Source

Github

Marketplace

Transpose