bash-lsp / bash-language-server

A language server for Bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does the VSCode extension provide function folding support?

james-klein-sfcc opened this issue · comments

I've been looking for a way to collapse Bash functions like you can do OOTB with e.g. JavaScript. I don't see that in the features list and though I did test it (unsuccessfully) I want to make sure I'm not just doing something wrong. In my mind it's a major feature so I'm not sure why I'm struggling to get support for it.

Thanks. We currently do not support this, but contributions are more than welcome.

Related to #18