Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to transform selected text to lowercase in PHPStorm?

There is Ctrl + Shift + U shortcut, but it toggles characters case while I need to make all of selected characters in lowercase.

like image 218
MiSHuTka Avatar asked Dec 03 '14 09:12

MiSHuTka


People also ask

What is the keyboard shortcut for change case?

To use a keyboard shortcut to change between lowercase, UPPERCASE, and Capitalize Each Word, select the text and press SHIFT + F3 until the case you want is applied.

What do you mean by toggle case?

ToggleCase is text that is converted to mixed case version of the text. For instance, the word "dictionary" could be converted into "dIctIOnAry".

What does Ctrl Shift F do in IntelliJ?

In past IntelliJ versions, ctrl+shift+f would search the entire project (no matter whether you had at some point used "find in path").

How do you capitalize in Pycharm?

To toggle between the upper and lower case for the selected code fragment, press Ctrl+Shift+U .


1 Answers

Other way. Select text. Hit Ctrl+shift+a type 'toggle case` and hit selected action toggle case action

like image 161
funivan Avatar answered Sep 25 '22 01:09

funivan