You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/development/workbench.mdx
+29-46Lines changed: 29 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,62 +27,45 @@ The workbench has three different views. You can switch between them depending o
27
27
28
28
<Tabs>
29
29
<Tabtitle="Code View">
30
-
## Code Editing Interface
30
+
## Writing Code
31
31
32
-
The code view is your primary workspace for writing and managing code. It features a resizable layout with multiple panels working together seamlessly.
32
+
This is where you write and organize your code files.
33
33
34
-
<AccordionGroup>
35
-
<Accordiontitle="File Navigation"icon="folder">
36
-
### File Tree Panel
37
-
38
-
Navigate your project structure with an intuitive file tree that supports:
39
-
- **Hierarchical browsing** - Expand and collapse folders to find files quickly
0 commit comments