Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v4run/transpose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors