File
Basic File Operation
This section provides basic instructions for managing files and folders in the new IDE.

1. Creating a New File or Folder
Create a New File
Open the Explorer panel by clicking on the file icon in the Activity Bar (left sidebar).
Right-click on the desired directory where you want to create the file.
Select New File.
Enter the file name (e.g.,
index.html,script.js).Press Enter to create the file.
Create a New Folder
In the Explorer panel, right-click on the desired directory.
Select New Folder.
Enter the folder name.
Press Enter to create the folder.
2. Opening a File
Open the Explorer panel.
Click on the file you want to open.
The file will open in a new tab in the editor.
3. Editing and Saving a File
Edit a File
Open the file in the editor.
Click inside the file and start editing.
Save Changes
Press
Ctrl + S(Windows/Linux) orCmd + S(Mac).Alternatively, go to File > Save from the menu.
4. Deleting a File or Folder
Open the Explorer panel.
Right-click on the file or folder you want to delete.
Select Delete.
Confirm the deletion when prompted.
5. Renaming a File or Folder
Open the Explorer panel.
Right-click on the file or folder you want to rename.
Select Rename.
Enter the new name and press Enter.
6. Downloading a File
Open the Explorer panel.
Right-click on the file you want to download.
Select Download.
The file will be downloaded to your local system.
7. Uploading a File
Open the Explorer panel.
Click the Upload Files button (or right-click on a folder and select Upload Files).
Select the file from your local computer.
The file will be uploaded to the selected directory.
8. Moving Files and Folders
Open the Explorer panel.
Click and drag the file or folder to a new location.
Drop it in the desired directory.
9. Copying Files and Folders
Open the Explorer panel.
Right-click on the file or folder.
Select Copy.
Right-click on the target directory and select Paste.
10. Searching for a File
Press
Ctrl + P(Windows/Linux) orCmd + P(Mac).Type the file name.
Select the file from the search results to open it.
Notes
Some features may be restricted based on user permissions or plan limitations.
Use
Ctrl + Z(Windows/Linux) orCmd + Z(Mac) to undo changes before saving.Use the integrated terminal for advanced file operations (e.g.,
mv,cp,rmcommands).This manual just cover some basic file operations. There are more functions provided by the IDE. If you can't find any specific operation or function you wish to perform, please contact our support team.
Last updated