tomaciazek / vscode-ansible

Ansible VS Code Extension
MIT License
28 stars 3 forks source link

Code folding #26

Closed mamercad closed 3 years ago

mamercad commented 3 years ago

Problem

Code folding would be a nice feature for collapsing block, rescue and always. Might also be nice for pre_tasks, tasks and post_tasks sections.

Solution

I'd like code folding ability :)

Alternatives

No response

Additional context

No response

tomaciazek commented 3 years ago

Hi @mamercad, I'm not sure whether it's something recently added by VS Code or it's been there all the time (I don't use code folding much), but it seems like this feature is available out-of-the-box: image

mamercad commented 3 years ago

Ah, I completely missed the fact that you have to hover over the gutter -- thank you!