sonburn / symbol-swapper

Swap the selected symbols and/or symbol instances to a master of the same name in a library.
MIT License
188 stars 11 forks source link

Feature - Swap symbols by name containing a certain word #21

Open thijsdemooij opened 6 years ago

thijsdemooij commented 6 years ago

When you have a library with different 'themes', for instance dark and light, it would be really powerful to be able to swap multiple symbols when the name contains a certain word.

For instance, I have these symbols: Forms / Input / Checkbox / Dark Button / Primary / Dark

I would like to swap them with these symbols: Forms / Input / Checkbox / Light Button / Primary / Dark

Some sort of Regular Expression support could be a possible solution for this?