英文版vscode怎么创建文件夹
-
To create a folder in the English version of VS Code, you can follow these steps:
1. Open VS Code: Launch the English version of VS Code on your computer.
2. Open a workspace: If you already have a workspace open, skip this step. Otherwise, select “File” from the menu and choose “Open Folder” to open an existing workspace folder or create a new one.
3. Locate the sidebar: On the left-hand side of the VS Code window, you will find the sidebar.
4. Open the Explorer view: Click on the square icon at the top of the sidebar to open the Explorer view.
5. Create a new folder: Right-click on the desired location in the sidebar where you want to create a new folder. In the context menu that appears, select “New Folder”.
6. Name the folder: A new folder will be created with a default name (e.g., “New Folder”). Immediately after creating the folder, click on its name and type the desired name for the folder.
7. Press Enter: After you have entered the desired name for the folder, press Enter on your keyboard to confirm the name.
That’s it! You have successfully created a new folder in the English version of VS Code. You can now use this folder to organize and manage your files within the workspace.
2年前 -
在VSCode中创建文件夹很简单。可以按照以下步骤进行操作:
1. 打开VSCode。如果你还没有安装VSCode,请先下载安装。
2. 点击左侧的资源管理器按钮(图标类似于一个文件夹)或使用快捷键`Ctrl+Shift+E`。
3. 在资源管理器中,选择你要创建文件夹的位置。如果你想在当前工作区创建文件夹,可以直接选择工作区根目录。
4. 右键单击选定的位置,然后选择“新建文件夹”。
5. 输入你想要的文件夹名称,然后按下回车键即可创建文件夹。
这样就成功在VSCode中创建了一个文件夹。你可以在资源管理器中看到新创建的文件夹,并开始在其中添加文件和其他内容。
2年前 -
创建文件夹的方法在VSCode中非常简单。请根据以下步骤执行:
步骤1:打开VSCode
在计算机中找到VSCode应用程序的图标并双击打开它。等待应用加载完成后,你将看到VSCode的启动页面。步骤2:在资源管理器中打开文件夹
点击VSCode启动页面上的”Open Folder”按钮,或者使用顶部的”File”菜单中的”Open Folder”选项。在弹出的文件浏览窗口中,选择你想要创建文件夹的目录,并点击”OK”按钮。步骤3:使用资源管理器创建文件夹
在VSCode的侧边栏中,点击左侧的资源管理器图标(如文件夹图标),以展开文件浏览器。在文件浏览器中,你将看到你刚刚选择的目录的文件和文件夹列表。右键点击你想要在这个目录中创建文件夹的位置,并选择”New Folder”选项。这将在该位置创建一个新的文件夹。
步骤4:为文件夹命名
将新创建的文件夹重命名为你想要的名称。你可以单击文件夹名称两次来进入重命名模式,或者右键点击文件夹并选择”Rename”选项。步骤5:切换到编辑视图
点击左上角的”Explorer-like”按钮,它看起来像一个文件夹,以切换回编辑视图。在编辑视图中,你将看到文件夹已经成功创建并显示在左侧导航栏中。至此,你已经成功地在VSCode中创建了一个文件夹。你可以在其中创建和编辑文件,以及进行其他操作。这个文件夹将与VSCode中其他的工作区资源一起显示和管理。
2年前