There is Ctrl + Shift + U
shortcut, but it toggles characters case while I need to make all of selected characters in lowercase.
Asked
Active
Viewed 1.5k times
33

MiSHuTka
- 1,191
- 1
- 12
- 20
-
1Hmm ... works for me: `N4tuPqeY` --> `n4tupqey` --> `N4TUPQEY` --> `n4tupqey` – LazyOne Dec 03 '14 at 10:02
-
Yes, as @LazyOne has stated, that shortcut should be sufficient. https://www.jetbrains.com/help/rider/Toggling_Case.html – General Grievance Aug 13 '20 at 18:00
3 Answers
42
Other way. Select text. Hit Ctrl+shift+a type 'toggle case` and hit selected action

dipenparmar12
- 3,042
- 1
- 29
- 39

funivan
- 3,323
- 1
- 14
- 19
6
Ctrl+shift+a works again at least in PHPStorm 2017.2.4

dipenparmar12
- 3,042
- 1
- 29
- 39

qwertzman
- 784
- 1
- 9
- 23
6
For phpStorm 2020 on MAC:
Shift + Command + U
Check out in https://www.jetbrains.com/help/rider/Toggling_Case.html

Suraj Rao
- 29,388
- 11
- 94
- 103

Neemias Santos
- 81
- 1
- 5