How to save files in phpstorm

下次还敢
Release: 2024-04-07 23:27:19
Original
993 people have browsed it

PHPStorm provides multiple ways to save files: 1) Use shortcut keys (Windows/Linux: Ctrl S, macOS: Command S); 2) Use "File" > "Save" in the menu bar; 3) Use the "Save" icon on the toolbar; 4) Enable the "Auto-save while writing" function to let PHPStorm automatically save the file when modified.

How to save files in phpstorm

PHPStorm How to save files

PHPStorm provides several shortcuts to save files:

1. Use shortcut keys

  • Windows/Linux: Ctrl S
  • macOS: Command S

2 . Use the menu bar

  • Click the File menu and select Save

3. Use the toolbar icon

  • Click the "Save" icon (disk icon) on the toolbar

4. Auto-save

  • Go to "Preferences" > "Editors" > "General" > "File Editor"
  • Check the "Auto-save when writing" checkbox

When When you autosave, PHPStorm automatically saves any changes you make to the file.

Tip:

  • PHPStorm will also prompt you to save unsaved files, such as when closing the editor.
  • If you make changes to a file, an asterisk (*) will appear next to the file name to indicate that the file has not been saved.
  • By default, PHPStorm will save the file using the file's default encoding. You can change the encoding via File >Set Encoding.

The above is the detailed content of How to save files in phpstorm. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!