EOF prevents folding entire functions in Shellscript
I’m having a small problem with folding and unfolding things in VSCode shellscript code. When I write a function and add a help section to it, with a heredoc that ends in EOF, naturally – After this, when I fold the function from next to the function name, it folds down until the EOF text, nothing else. The EOF can be further folded to hide most of the function, but this is really getting on my nerves.