vscode-extension-transformer
vscode-extension-transformer copied to clipboard
Filtering, Selection and Text Transformations
Publishing this extension to the [Open VSX Registry](https://open-vsx.org/) in addition to the [Visual Studio Marketplace](https://marketplace.visualstudio.com/) would allow it to be used with apps such as [VSCodium](https://vscodium.com/) and [Gitpod](https://www.gitpod.io/) as well....
Is it possible to control whether the sort is case-sensitive or case-insensitive and whether it is ascending or descending?
Provide commands for common escapes, encodings or other value conversions - [x] URL Encoding / Decoding - [ ] HTML Entities Escape / Unescape - [ ] XML Entities Escape...
VSCode currently does not support recordable macros. We also can not implement this as an extension since the API's don't let us track all user activity. This is an attempt...
Make the existing command the advanced version. Create new command for only doing regex filtering to make it quicker and easier.