Skip to content

v4run/transpose

Repository files navigation

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

  • Swaps characters around the cursor(s) when nothing is selected.
  • Swaps multi-cursor selections (cycles through selections if there are more than two).

Source

Github

Marketplace

Transpose

Releases

No releases published

Packages

No packages published