- Input a class name,type Ctrl+Space to integrate it.
- Ctrl+G Jump to specified line;
- You can quickly find all places where a particular class, method or variable is used in the whole project by positioning the caret at the symbol's name or at its usage in code and pressing Alt+F7 (Find Usages in the popup menu).
- Ctrl+Shift+N Searching filename in whole project;
- Ctrl+Shift+arrowhead code move up or down;
- Ctrl+D Copy this line
- Ctrl+W Select current word
- Ctrl+Z undo
- Ctrl+Shift+Z forward
- Alt+L/R Arrow switch tag
- Alt+up/downArrow switch function
- Alt+1 If show left side catalogue
- Alt+Insert New file or Directory
- Ctrl+E Recent files
- Ctrl+~ 切换主题
- Ctrl+F4 Close this file
- 跳到下一个断点 F9
- 打开菜单中的File F10
- 在行首打对勾 F11
- 调出console F12
-
Ctrl+Alt+O Delete useless namespace
MORE: http://www.cr173.com/html/66775_1.html
<blockquote>Active Phpstorm:</blockquote>
Source:http://www.cnblogs.com/buyucoder/p/5291771.html
Change storm background to black:
Step1: Modify code area bg:
http://jingyan.baidu.com/article/dca1fa6f4cf97cf1a540527d.html
Step2:Modify catalog area bg:
- Open the Settings/Preferences dialog (OSX/Unix: ⌘,, Windows: Ctrl+Alt+S)
- In the left-hand pane, select Plugins.
- Click Browse repositories... and search for Material Theme UI
- Click Install plugin and confirm your intention to download and install the plugin.
- Click OK in the Settings dialog and restart for the changes to take effect.
- To switch the IDE theme (not the code color scheme), go to Tools -> Material Theme and choose 'Darker Theme', 'Default Theme' or 'Lighter Theme'.
<blockquote>Source:https://segmentfault.com/q/1010000007069583/a-1020000007071366</blockquote>
--