You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the source code, it looks like the extension currently only supports a fixed, pre-defined set of string transformations and commands. How difficult would it be to make it extensible?
For example, let's say that I want to define my own string functions:
This is a cool extension. I have been looking for something like it here: Using Python or TypeScript to transform text that I select in VSCode.
Looking at the source code, it looks like the extension currently only supports a fixed, pre-defined set of string transformations and commands. How difficult would it be to make it extensible?
For example, let's say that I want to define my own string functions:
and I'd like to register a command ID of my choice with that function (via settings, i.e. without having to re-install the extension, that is)
IMHO - That could make the extension more extensible and even more powerful.
What do you think?
The text was updated successfully, but these errors were encountered: