/vscode-refactor-by-js

Run javascript transformations in bulk over source files, with live preview embedded in vscode.

Primary LanguageTypeScript

Refactor by JS

Allows you to bulk refactor your code by writing javascript transformations that run over your source code, with a live preview of the results.

You can either write javascript that transforms the text:

Transforming the text/characters

Or transforms the underlying abstract syntax tree:

Transforming the typescript AST

To run, open the command palette and execute the Refactor by JS command.