Skip to content

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

Notifications You must be signed in to change notification settings

Que3216/vscode-refactor-by-js

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published