- Find and replace
.cshtml
,.css
, and.razor
files.
- Find and replace
.yaml
files. - Find and replace within
.
-prefixed directories (except.git
). - Support .NET 6/7/8.
- Find and replace
.js
,.py
, and.ts
files. - Support snake case and kebab case, i.e. when replacing
SourceText
withTargetText
, replacesource_text
withtarget_text
andsource-text
withtarget-text
.
- Initial release.