PhpStrom: It is a development environment for PHP language, and it was developed by JetBrains. It is like auto-completion, code refactoring, HTML, CSS, and JavaScript editor. In this article, we will discuss some Shortcut keys for PhpStrom.
Last updated on Apr 1, 2021.
Download PhpStrom Shortcuts for Offline Study Here: PhpStrom.pdf
General shortcuts:
Shortcut | Function |
---|---|
Ctrl then Ctrl | It helps to run anything in the code. |
↑ shift then ↑ shift | Helps to search everywhere. |
Ctrl+ ↑ Shift+A | Provides to find action. |
Ctrl+N or Ctrl+ ↑ Shift+N or Ctrl+ ↑ Shift+Alt+N |
It helps to find a class, file, or symbol. |
Ctrl+E | This key will view recent files. |
Alt+Enter | Helps to show intention actions. |
Ctrl+Space | It provides basic code completion (Complete names of classes, methods, fields, and keywords within the visibility scope). |
Ctrl+W or Ctrl+ ↑ Shift+W |
It will extend or shrink selection. |
Ctrl+/ or Ctrl+ ↑ Shift+/ |
This key helps to add/remove lines or block comments. |
Ctrl+ ↑ Shift+F7 | Helps to highlight usages in the file. |
Advanced features shortcuts:
Shortcut | Function |
---|---|
Ctrl+ ↑ Shift+Alt+T | This key used to refactor this code. |
Alt+` | It provides VCS operations. |
Ctrl+ ↑ Shift+ ← → | Helps to resize a vertical tool window. |
Ctrl+ ↑ Shift+ ↑ ↓ | This key is used to resize a horizontal tool window. |
In this article, we have discussed few Phpstrom shortcut keys. I hope you all will get a clear idea about these shortcut keys. If you have any doubt kindly post your comments in the comment section.