LukeFinch / LukeFinch/Figma-Rename-Styles
Allow case conversion in regex
Nobody has claimed this yet.
- Dominant language
- Vue
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Would it be possible to get the replace dialog to support [case conversion](https://www.regular-expressions.info/replacecase.html) e.g. with `/L` and `/U`? Regex in find/replace is really powerful and it'd be a nice feature to help with big bulk renames.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The feature belongs in the replace dialog and its regex find/replace handling; start by tracing that UI flow in the Vue plugin and checking how replacement text is currently processed. Done means supporting the requested /L and /U case-conversion syntax for bulk renames, with behavior consistent with the linked reference.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100