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
@@ -103,6 +106,8 @@ By default, region and tag symbols will be added. You can customize the symbols
103
106
104
107
-`outline-map.follow`: Scroll the outline when the cursor moves or the viewport scrolls
105
108
109
+
-`outline-map.expand`: Set the automatic expansion mode of the outline view. Select `cursor` to expand only to the node where the cursor is located, and `viewport` to expand all nodes in the viewport.
110
+
106
111
-`outline-map.hiddenItem`: Choose items you do not want to see in the outline.
107
112
108
113
-`outline-map.defaultMaxDepth`: Set the default maximum depth of the outline tree. Set this to non-zero to enable the depth button `>` & `<`.
@@ -124,20 +129,52 @@ By default, region and tag symbols will be added. You can customize the symbols
124
129
-`outline-map.region.highlight`: Enable region and tag syntax highlighting
125
130
126
131
## Commands
127
-
-`outline-map.toggleSearch`: Switch the visibility of search and navigation field. Default keybinding: `<Alt-l>`
128
132
129
-
-`outline-map.addDepth` | `outline-map.reduceDepth`: Add / Reduce a level to the outline tree. Only works when `outline-map.defaultMaxDepth` is set to non-zero.
-`outline-map.focusSearch`: Focus the search box, default keybinding `<Alt-l>`
153
+
-`outline-map.toggleSearch`: Toggle the visibility of the search and navigation area.
154
+
155
+
### View Actions
156
+
157
+
- Depth limit: Increase / decrease the outline by one level. Available when `outline-map.defaultMaxDepth` is a positive value.
158
+
-`Increase depth >`
159
+
-`Decrease depth <`
160
+
161
+
- Temporarily fix
162
+
-`Fixed`: The outline node will not be automatically expanded;
163
+
-`Frozen`: The outline node will not be automatically expanded, and the outline view will not automatically scroll;
164
+
165
+
- Sort
166
+
-`Sort by position`: Sort the outline nodes by position;
167
+
-`Sort by name`: Sort the outline nodes by name;
168
+
-`Sort by kind`: Sort the outline nodes by kind;
132
169
133
170
---
134
171
135
-
## Suggestion: move view to secondary side panel (vscode ^1.64)
172
+
Suggestion: move view to secondary side panel (vscode ^1.64)
136
173
137
-
> Outline Map relies on vscode or other extensions to provide symbol information
174
+
> Outline Map does not perform language-specific symbol parsing, symbol information is provided by vscode or other extensions.
138
175
>
139
176
> Refer to the following links for more information: [vscode-code-outline/ language-support](https://github.com/patrys/vscode-code-outline#language-support)
Copy file name to clipboardExpand all lines: package.json
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "outline-map",
3
3
"displayName": "Outline Map",
4
4
"description": "A visual, interactive outline map that combinesAlternative Minimap. the clarity of the outline with the intuitive overview of the minimap. Enhanced version of vscode built-in outline.",
0 commit comments