1. Cross-platform.
2. Support refactor function for PHP. Supports breakpoint debugging and MVC views of Symfony2 and Yii
3. Automatically generate phpdoc comments, which is very convenient for large-scale programming.
4. Built-in support for Zencode.
5. Generate a class inheritance diagram. If there is a class, after multiple inheritances, you can use this function to view all its parent relationships.
6. Supports code refactoring to facilitate code modification.
7. Has local history recording function (VCS local history function).
8. Convenient deployment, you can directly upload the code to the server
Plug-in YiiStorm, ideavim
Download address:
YiiStorm: http://pan.baidu.com/s/1sjnslOD
ideavim: http://pan.baidu.com/s/1o6oeoBK
Click on the menu: File>Settings>(IDE Settings) Keymap
Modify the font of the toolbar File->Setting->Appearance
How to set code to wrap automatically File->Setting->editor->use soft wrap in editor option
Show line numbers File->Setting->editor->Appearance-> show line numbers option
phpStormSet curly braces and method names to be displayed on the same line; Warning about braces and method names on the same line File -> Settings -> code style -> PHP -> Wrapping and Braces -> Braces placement ->End of line.
In settings->Plugins, click the Browse repositories button, search for vim and you will find the IdeaVim plug-in. This plug-in controls the keymap (that is, the shortcut key) of phpstorm
phpstorm Settings->Editor->Highlight all checked
Editor tabs -> tab limit 16
Settings->Editor->colors&fonts ->font Set font size
navigate/bookmark F11, set bookmark and switch directly to next bookmark
ctrl+j 🎜>
ctrl+d Copy the current line
ctrl+y Delete the current line
ctrl+alt+
y Refresh the project cache Synchronize or right-click the folder Synchronize
ctrl+shift+u Convert letters to uppercase and lowercase Ctrl+F Find Ctrl+R replacing
Ctrl+Shift+I View variables or methods define sources
Ctrl+G jump to turn Ctrl+Alt+F12 jump to the current file on the disk on the disk Position on
alt+down View next method
alt+up View previous method
ctrl+alt+l Reformat code
ctrl+shift+down statement moves down
ctrl+shift+up Move statement up
alt+shift+down Move line down alt+shift+up Move line up
ctrl+/ Line comment
ctrl+shift+ / Block comment
Ctrl + Shift + Z: redo
Ctrl + Shift + F: Area search ctrl+shift+n Open the file in the project ctrl+b Jump to the variable declaration
ctrl+[] Match {}[]ctrl+shift+]/[ Select block code
How to change the shortcut keys in JetBrains PhpStorm 102