Pure-D / serve-d

D LSP server (dlang language server protocol server)
MIT License
206 stars 48 forks source link

if/else chains don't get collapsed properly #349

Open brianush1 opened 10 months ago

brianush1 commented 10 months ago

image

Clicking the icon to collapse this block produces the following result:

image

I would expect it to look more like

image

so that the else if (2) { block doesn't get hidden