Create a new folder in WebStorm: Navigate to the target location in the project view. Right-click and select New >Folder. Enter the folder name and click OK.
How to create a new folder in WebStorm
In the WebStorm integrated development environment, you can easily create new files Folders to organize your project files.
Steps:
-
In Project View, navigate to the location where you want to create the folder: In Project View, go to your The directory where you want the folder to be placed.
-
Right-click on the project view: In the project view, right-click on the location where you want to create the folder.
-
Select New > Folder: From the context menu, select New > Folder.
-
Enter the folder Name: In the pop-up dialog box, enter the name of the new folder.
-
Click "OK": After entering the folder name, click "OK" to create a new folder.
Other ways:
-
Use the shortcut key:You can use the shortcut key Ctrl Alt N (Windows /Linux) or Cmd Option N (Mac) to create a new folder.
-
Using the File Menu:Go to the File menu and select New >Folder.
Tip:
- You can use folders to organize your source code, resource files, and other project-related files.
- You can create subfolders within folders to further organize your files.
- WebStorm provides a drag-and-drop feature where you can move files by dragging and dropping them into folders.
The above is the detailed content of How to create a new folder in webstorm. For more information, please follow other related articles on the PHP Chinese website!