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
- ⚡ **Lightweight**—built as a native VS Code Webview extension
28
29
- 🎨 **Tailwind-powered** UI for a clean, responsive look
29
30
@@ -48,7 +49,7 @@ or document.
48
49
### From the Marketplace
49
50
50
51
JetTreeMark is now available on the Visual Studio Marketplace!
51
-
Install it directly from VS Code’s Extensions view—just search for **JetTreeMark** and click **Install**.
52
+
Install it directly from VS Code's Extensions view—just search for **JetTreeMark** and click **Install**.
52
53
53
54
54
55
### Manual Installation
@@ -93,7 +94,7 @@ vsce package
93
94
## 🎯 How to Use
94
95
95
96
1.**Right-click** on any folder in the Explorer.
96
-
2. Select **“Show Tree View”** from the context menu.
97
+
2. Select **"Show Tree View"** from the context menu.
97
98
98
99

99
100
@@ -102,7 +103,15 @@ vsce package
102
103
103
104

104
105
105
-
5. Click **“Copy Selected Structure”** at the top to copy your markdown tree.
106
+
5.**Right-click** on any node to access the context menu with powerful selection operations:
107
+
-**Check All Children** - Include all files and folders under this node
108
+
-**Check All Folders** - Include only folders under this node
109
+
-**Uncheck All Children** - Exclude all files and folders under this node
110
+
-**Check Without Children** - Include only this node, not its children
111
+
-**Level-Specific Operations** - Apply operations only to the current level
112
+
-**Expand/Collapse** - Control node visibility
113
+
114
+
6. Click **"Copy Selected Structure"** at the top to copy your markdown tree.
0 commit comments