v4run / transpose

Transpose is an extension for VSCode for transposing selection or characters.
https://marketplace.visualstudio.com/items?itemName=v4run.transpose
MIT License
18 stars 3 forks source link

The 'Transpose characters around the cursor' command does nothing differing from the 'Transpose letters' #4

Closed Apawn1979 closed 5 years ago

Apawn1979 commented 5 years ago

As the title.

v4run commented 5 years ago

@Apawn1979 Transpose characters around the cursor and Transpose letters are both default commands.

Apawn1979 commented 5 years ago

And they do exactly the same thing?

v4run commented 5 years ago

From what I know, both the commands behave the same except when the cursor is at the end or beginning of a line. 'Transpose letters' swaps line breaks while 'Transpose characters around the cursor' doesn't.

v4run commented 5 years ago

Closing the issue as the mentioned features are not part of the plugin.