bscotch / stitch

Tools and apps for GameMaker development: a CLI for pipeline development, a VSCode extension for coding, and more.
Other
119 stars 13 forks source link

Implement asset renaming #126

Closed adam-coster closed 1 year ago

adam-coster commented 1 year ago

Stitch now supports renaming of code symbols, but does not yet support renaming assets. This is more challenging, since it requires creation/deletion of files along with updating the code.

adam-coster commented 1 year ago

Added in v1.31.0