I'm using the paid version of the Comma IDE. I'd like to be able to automatically fold the POD. I'm usig the ideavim plugin but that doesn't seem to offer a solution. I also tried to use the "surround with" feature (option-ctrl-t) per the instructions at https://www.jetbrains.com/help/idea/surrounding-blocks-of-code-with-language-constructs.html but that doesn't seem to work with Comma.
Best I could do is to select the pod section, right click, select "Folding" and then "Fold selection." Though this works, it's less than ideal because it's not automatic and they folds easily pop open when you the cursor down through the fold using the 'j' or 'k' keys when moving through the file with ideavim.
Thanks.