This article mainly introduces the Phpstorm code formatting settings, has a certain reference value, now share to everyone, have the need for friends can refer to
Phpstorm formatted shortcut keys default to Ctrl+alt+f, but some formatting effects need your own settings, such as when you want to format the PHP code can be equal to the alignment, you need to configure. First open phpstorm after finding Setting/editor/code style/php such as:
(Scheme chooses how the default is set for the IDE, and if you select project it is only valid for the current project)
1. Set the equals alignment Select wrapping and braces, tick Align consecutive assignments and Align key-values Pairs,:
2. Automatically convert array () to [] Select Code Conversion, tick force short declaration style and add a comma ater last element in multiline arr Ay,:
The above is the whole content of this article, I hope that everyone's learning has helped, more relevant content please pay attention to topic.alibabacloud.com!