User guide?
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:
- Place the cursor between two words and exchange entire words.
- 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.
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. 👍🏾
Thanks mate!