eclipse / lsp4e

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

Enable folding via preferences #927

Open ghentschke opened 5 months ago

ghentschke commented 5 months ago

As a user of a LSP backed generic editor, I want to enable the folding like it can be done in other Eclipse editors: image

The LSP based folding reconciler for the generic test editor (ExtensionBasedTextEditor) cannot be enabled currently.

I am not sure if this is an issue of the generic text editor or the LSP4E folding reconciler.