You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The macro solution would be to create macros converting to and from each case, if I understand correctly. That would be 42 different macros and 42 different keybinds in total for converting between each casing. The key benefit of the proposed (original) solution in the #4615 PR is that seven different keybinds is enough, one for each target casing.
converting through different patterns of cases would be awesome, like:
convert to snake_case
convert to camel case
convert to js case (like camel, but with first letter downcased)
The text was updated successfully, but these errors were encountered: