The following methods are used to delete files in PHPStorm: 1. Shortcut keys (Windows/Linux: Ctrl Alt Delete; macOS: ⌘ Option Delete); 2. Right-click "Delete"; 3. Drag to the project view " "Recycle Bin" icon; 4. Menu bar "File" > "Delete". Please make sure you save the file and dereference it before deleting it, and when using a version control system you need to commit your changes to permanently delete it.
How to delete files in PHPStorm
Deleting files in PHPStorm is very simple, there are several methods:
1. Use keyboard shortcuts
Ctrl Alt Delete
⌘ Option Delete
2. Use your mouse
3. Use the menu
Tip:
The above is the detailed content of How to delete files in phpstorm. For more information, please follow other related articles on the PHP Chinese website!