DaGhostman / vscode-tree-view

VSCode extension that probvides mail symbol overview of the currently opened file
MIT License
29 stars 4 forks source link

Expand all section by default #76

Closed DaGhostman closed 6 years ago

DaGhostman commented 6 years ago

Since VSCode now allows adding custom entries in the activitybar it would be great to expand all(some?) symbol sections, there could be a couple of approaches to take here:

  1. Expand everything by default. All meta + class/interface/trait ones : This might not be the best choice for cases where a lot of classes are defined in the same file as the tree will become harder to navigate, since there is no "Collapse All" option

  2. Expand only sections and the first class entry: This is probably the better approach as it will show possibly helpful data and also keeping the view compact and easier to navigate