How to create a new folder in phpstorm

下次还敢
Release: 2024-04-07 22:33:21
Original
646 people have browsed it

To create a new folder in PhpStorm: 1. Open the Project view, 2. Navigate to the target location, 3. Right-click and select New > Folder, 4 . Enter a folder name, 5. Click OK, 6. Verify creation.

How to create a new folder in phpstorm

How to create a new folder using PhpStorm

The process of creating a new folder in PhpStorm is relatively simple and straightforward. The following steps will guide you:

1. Open the "Project" view

  • In the main PhpStorm interface, click "Project" in the left column Tab. This will open the Project view, showing your project file and folder structure.

2. Navigate to the destination location

  • In Project view, navigate to the location where you want to create the folder. For example, if you want to create a new folder under the "src" folder, expand the "src" folder.

3. Right-click and select New

  • Right-click where you want to create the folder and select from the context menu "New" > "Folder".

4. Enter the folder name

  • In the pop-up "New Folder" dialog box, enter the name of the new folder.

5. Click OK

  • Click the OK button to create the folder.

6. Verify creation

  • In the Projects view you should see the newly created folder listed under the under the parent folder.

The above is the detailed content of How to create a new folder 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!