Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 493 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 493 Bytes

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.