An open API service indexing awesome lists of open source software.

https://github.com/v4run/transpose

Transpose is an extension for VSCode for transposing selection or characters.
https://github.com/v4run/transpose

transposing-selections typescript visual-studio-code vscode

Last synced: 3 months ago
JSON representation

Transpose is an extension for VSCode for transposing selection or characters.

Awesome Lists containing this project

README

          

# Transpose
__Transpose__ is an extension for __[VSCode](https://code.visualstudio.com/)__ for transposing selections or characters. It is similar to the *transpose* plugin in __[Sublime Text](https://www.sublimetext.com/)__.

![alt text][preview]

## Adding custom shortcuts
Add this to your `keybinding.json` file.
```javascript
{
"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](https://github.com/v4run/transpose)

## Marketplace
[Transpose](https://marketplace.visualstudio.com/items?itemName=v4run.transpose)

[preview]: https://github.com/v4run/transpose/raw/master/images/preview.gif