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

User guide? #9

Open jiawen opened 1 month ago

jiawen commented 1 month ago

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.

v4run commented 3 weeks ago

Thank you for checking out the project. 😃

As you mentioned, it performs just the two things:

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. 👍🏾

jiawen commented 2 weeks ago

Thanks mate!