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

后端 未结 5 1882
深忆病人
深忆病人 2020-12-01 01:42

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

5条回答
  •  渐次进展
    2020-12-01 02:03

    Try including the file name, import.js in .claspignore.

    This should save some trouble deleting the file before each push every time.

提交回复
热议问题