Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Transformer PlusNew to Visual Studio Code? Get it now.
Transformer Plus

Transformer Plus

Azad Ratzki

|
271 installs
| (0) | Free
Text transformations and selections using expressions.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Transformer Plus

Tranformer Plus is a Visual Studio Code extension that provides a set of a commands that aid in the manipulation of text and generation of multiple selections.

All commands support the following:

  • Full JavaScript expressions using standard syntax e.g. return someValue; or REPL-style syntax e.g. someValue.
  • Imports using require where the require imports modules from the current project.
  • Typing ? will show help for the current command.
  • History for each command is saved (last 10 unique entries).
  • Live preview as you type. Press ENTER to keep your changes or ESC to cancel them.
  • Each command is provided a set a variables you can use in your expressions (see help using ? for the list of variables and their descriptions).

Features/Commands

Selections From Regex

Creates selections from regex.

Selections From Regex

Transform

Transforms text.

Transform

Selections

Creates selections from start-end chracter index array(s) (per-line).

Selections

Generator

Generates text based on expression.

Generator

Requirements

Person + Computer + Visual Studio Code

Extension Settings

None currently.

Known Issues

None currently.

Release Notes

This is the initial release of Transformer Plus.

1.0.0

Initial release.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft