eclipse / lsp4e

Language Server Protocol support in Eclipse IDE
Eclipse Public License 2.0
60 stars 53 forks source link

Support partial results for DocumentSymbol #946

Open ghentschke opened 5 months ago

ghentschke commented 5 months ago

The LSP supports partial results for fetching DocumentSymbols from the LS as described here. The partial loading allows better UI performance in the outline view

part of #703