cmstead / js-codeformer

A JS refactoring and code automation tool for building better source
MIT License
28 stars 2 forks source link

Extension-specific rename #2

Closed cmstead closed 3 years ago

cmstead commented 3 years ago

Current state:

Rename variable, and rename function are complete.

Upcoming work:

Rename method

Criteria:

cmstead commented 3 years ago

Class method rename functional Still known issues.

cmstead commented 3 years ago

Class method rename functional, rename of shorthand properties working as expected.