Workspace plugin¶
Open a folder as a workspace and browse, create, rename and delete its files from a side panel — so you can work with a whole project, not just individual files.
Where to find it¶
The File menu:
| Command | What it does |
|---|---|
| Open Folder… | Pick a directory; it becomes the workspace root and the panel appears. |
| Close Folder | Clears the workspace and hides the panel. |
The last opened folder is remembered and restored on the next launch.
The workspace panel¶
A dockable tree of the chosen folder. Double-click a file to open it. The tree refreshes automatically when files change on disk.
Right-click an item for its context menu:
| Action | What it does |
|---|---|
| New File… | Create a file in the selected folder. |
| New Folder… | Create a sub-folder. |
| Rename… | Rename the selected file or folder. |
| Delete… | Delete the selected file or folder (with confirmation). |
| Reveal in Explorer | Show the item in the system file manager. |
Other features follow the workspace
Opening a folder broadcasts the new root to the rest of the editor, so features like Find in Files can default their search to the current workspace.