zokugun / vscode-explicit-folding

Customize your Folding for Visual Studio Code
MIT License
95 stars 14 forks source link

beautify (indent) based on fold rule #100

Closed Ajitweb closed 1 year ago

Ajitweb commented 1 year ago

Thanks to this extension, I could add custom folds to my .prg files (VFP) But now, how to beautify the file (ie indent the code) based on the fold rule's. Is there any extension that will do this? or do I have to look into building a custom extension for this? Regards, Update 1: I saw the boolean indentation property in the docs. I will check it out