Built-in PHP Editor
Editor window allows to you view and edit the current file, one at a time. For work with editor window, use the Edit menu or Edit Toolbar.
Actions of the editor window:

Combination of keys Shift+Ctrl+Space will allow to receive the list of required parameters:
Editor window allows to you view and edit the current file, one at a time. For work with editor window, use the Edit menu or Edit Toolbar.
Actions of the editor window:
| Help for PHP functions | Ctrl+F1 | You may get help for PHP functions |
| List of PHP functions | Ctrl+Space | Show list of PHP functions |
| Param of PHP functions | Shift+Ctrl+Space | Show Param of PHP functions |
| Save file | Ctrl+S | Save changes to file |
| Undo | Ctrl+Z | Undo |
| Redo | Shift+Ctrl+Z | Redo |
| Cut | Ctrl+X | Cut To Clipboard |
| Copy | Ctrl+C | Copy To Clipboard |
| Paste | Ctrl+V | Paste From Clipboard |
| Delete | Del | Delete Selections (Delete Char Right if not selected) |
| Select All | Ctrl+A | Select All |
| Delete Comments | Delete all comments from current file |

Combination of keys Shift+Ctrl+Space will allow to receive the list of required parameters:




