Using a text editor other than the Google Apps Script default -


this question has answer here:

i have to work on project in google apps script (gas), , using built-in ide/editor not satisfactory number of reasons. before list these, question whether can use different editor/development environment 1 google provides (without having copy/paste code editor, of course).

i use neovim everyday work, able use @ least vim emulation or, better yet, able sync gas files project being hosted online, without having leave normal editor.

the built-in ide gas weak, no obvious documentation/keyboard shortcuts i've come across, makes switching between script files small chore. goes without mentioning difficulty debugging (although betterlog makes tolerable).

i feel must missing huge (a tutorial maybe) because feel google 1 of first acknowledge developer comfort/laziness when building tools.

if can use eclipse, there helpful example guide of how gas projects within google apps script documentation

https://developers.google.com/eclipse/docs/apps_script

perhaps there in there adapt.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -