eclipse / lsp4e

Language Server Protocol support in Eclipse IDE
Eclipse Public License 2.0
61 stars 54 forks source link

Expand root outline view in outline view by default #1048

Closed joaodinissf closed 4 weeks ago

joaodinissf commented 1 month ago

Before this commit, the outline view is drawn with all elements collapsed by default. This often results in plenty of wasted space in the UI and low information density.

Instead, as discussed in #693, it would be preferable to draw the outline view with its first level expanded by default (i.e., displaying the root node and its immediate children by default).

Issue: #693

rubenporras commented 4 weeks ago

Thanks