Skip to content

Commit 30a0f89

Browse files
committed
elaborate more on preserve-case-feature in readme
1 parent f9750dd commit 30a0f89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Sublime has a default command to split selections into lines, but sometimes you
2121

2222
### Preserve case while editing selection contents
2323

24-
When multi-selecting all occurences of an identifier it is cumbersome to change it to another one if the case differs (camelCase, PascalCase, UPPER CASE etc.). The "Preserve case" feature facilitates this. Just invoke "Preserve case" via the command palette and type in the new identifier.
24+
When multi-selecting all occurences of an identifier it is cumbersome to change it to another one if the case differs (camelCase, PascalCase, UPPER CASE and even cases with separators like snake_case, dash-case, dot.case etc.). The "Preserve case" feature facilitates this. Just invoke "Preserve case" via the command palette (or define an own keybinding) and type in the new identifier.
2525

2626
![](http://philippotto.github.io/Sublime-MultiEditUtils/screens/preserve-case.gif)
2727

0 commit comments

Comments
 (0)