transpose icon indicating copy to clipboard operation
transpose copied to clipboard

User guide?

Open jiawen opened this issue 1 year ago • 2 comments

I was very excited to discover this extension (via r/vscode).

But I'm a bit confused without a summary of the features. From the animated GIF, I can see that you can transpose characters (already built-in, but it makes sense to continue to support it), and selections so long as you use the multi-cursor mode. Does the extension support anything else? I was hoping to:

  1. Place the cursor between two words and exchange entire words.
  2. Select two lines (without multi-cursor) and exchange them.

Or is that outside the scope of this extension? Perhaps because there are many ambiguous cases?

In any case, maybe a short feature summary would be helpful to newcomers.

jiawen avatar May 31 '24 16:05 jiawen

Thank you for checking out the project. 😃

As you mentioned, it performs just the two things: - Swaps characters around the cursor. - Swaps multi-cursor selections (cycles through selections if there are more than two).

These were the features I missed when I switched from Sublime to VSCode. So, those were the only features I had in mind.

I will add a summary describing the features. 👍🏾

v4run avatar Jun 11 '24 04:06 v4run

Thanks mate!

jiawen avatar Jun 11 '24 13:06 jiawen