does anyone know how to fold code inside google app script editor ?
it's very hard to read/debug long code inside online editor.
I did some search on google and I couldn't find any result related to this matter.
does anyone know how to fold code inside google app script editor ?
it's very hard to read/debug long code inside online editor.
I did some search on google and I couldn't find any result related to this matter.
The Google Apps Script editor compared with Visual Studio Code1 and other IDEs is very limited. Since Google added CLASP to Google Apps Script "family" it's very unlikely that it will be added as a built-in feature but maybe this could be added by using a web browser extension.
On the Chrome Webstore there are already some Chrome extensions that extends the Google Apps Script editor but I don't know if already exists one to add code folding.
Notes
Related
References