eclipse-cdt / cdt-lsp

Eclipse CDT™ LSP Extensions for CDT
Eclipse Public License 2.0
26 stars 11 forks source link

[#305] limit TU children/symbols to be added #324

Closed ghentschke closed 4 months ago

ghentschke commented 4 months ago

...to prevent a longer UI freeze. More children can be shown in navigator Treeview in Project Explorer via 'Show next x items from remaining y'. The limit will be taken from the 'Initial maximum number of elements shown in views' in the General preference page.

fixes #305