It is hard to code with at google script. The word completions and suggestion are poor. Hence I started using clasp to develop gmail add-ons locally. Do we have any other modules to make add-on development easier ?
Asked
Active
Viewed 233 times
0
-
I'm not sure whether this is useful for your situation. For example, I develop applications of GAS using https://github.com/tanaikech/ggsrun – Tanaike Jun 02 '18 at 07:23
-
Cool. Let me check it. – hhsb Jun 04 '18 at 09:40
1 Answers
3
This answer is coming a little late but it might be helpful for others looking for a start development a Gmail add-on. I've written a blog post explaining my attempt at creating a sane add-on environment user Webpack, TypeScript, and Clasp.
https://labs.clio.com/a-modern-gmail-add-on-build-process-3dd7aad111f5
Good luck!

JefCurtis
- 56
- 5
-
This is what I was looking for. I wish you had answered earlier! Thanks Jef. – hhsb Dec 10 '18 at 17:35