How to save PHP files using PhpStorm
The process of saving PHP files in PhpStorm is very simple and quick, just follow these steps:
1. Open the file
- #Open the PHP file to be saved.
2. Use the shortcut keys
- and press
Ctrl
S
(Windows) or Cmd
S
(Mac) Save the file.
3. Using the File Menu
- Click the File tab on the menu bar and select Save.
4. Auto-save
- PhpStorm provides an auto-save function that can automatically save unsaved files regularly. This feature can be enabled in Preferences > Editor > General.
Tip:
- If the file has not been saved, an unsaved indicator (such as an asterisk) will appear in the PhpStorm editor window.
- If changes are made to the file but have not been saved, PhpStorm will display a message in the lower right corner that the file has been changed.
- You can also save the file by right-clicking on the editor tab and selecting Save.
The above is the detailed content of How to save PHP files in phpstorm. For more information, please follow other related articles on the PHP Chinese website!