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

Adding custom shortcuts
Add this to your keybinding.json file.
{
"key": "ctrl+t",
"command": "extension.transpose"
}
Features
- Swaps characters around the cursor(s) when nothing is selected.
- Swaps multi-cursor selections (cycles through selections if there are more than two).