Questions tagged [clasp]

Use for questions regarding Clasp, Google's local platform solution for writing Google-apps-script.

Clasp is an open-source tool officially released by Google in 2018. It provides a platform for editing and deploying Apps Scripts through the local terminal, as an alternative to using the online editor. Questions relating to this local platform, rather than the online editor, should include this tag.

Useful Links:

Related Tags:

107 questions
31
votes
5 answers

How to enable autocomplete for Google Apps Script in locally-installed IDE

I'm trying to build GAS projects locally using clasp. Any locally-installed IDE is a huge improvement over Google's Script Editor, so the tool looks very promising. Unfortunately, the autocomplete feature for GAS services doesn't seem to be included…
24
votes
2 answers

Google app script desktop ide

I like to use google sheets with app script, but the online script ide is a hassle(lags...etc) and does not have many of the conveniences of a desktop ide. Hopefully, Google will make a desktop ide at some point. Does anybody know of a less painful…
14
votes
4 answers

Use Typescript with Google Apps Script

I'd like to use Typescript for my Google Apps Script (GAS) projects, but I can't find a way to compile my code into something that GAS accepts. GAS doesn't support export, and Typescript seems to dislike accessing variables via the global scope (it…
Julian Honma
  • 1,674
  • 14
  • 22
13
votes
1 answer

Make VSCode syntax highlighting accept Google Apps Script Scriptlets

I'm using VS Code in combination with clasp to develop in Google Apps Script. Using scriptlets inside a