Skip to content

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

Notifications You must be signed in to change notification settings

Apawn1979/transpose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tranpose

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"
}

Source

Github

Marketplace

Transpose

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%