Enabling autocomplete for Google Apps Script in locally-installed IDE
问题 I'm trying to build GAS projects locally using clasp https://github.com/google/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 in the package. The documentation says: The Apps Script CLI uses TypeScript to provide autocompletion and linting when developing. Use an IDE like Visual Studio Code for TypeScript autocompletion. After going through