Total Eclipse of the Apps Script
Blog post from Google Cloud
Apps Script, originally a tool for extending Google Apps, has evolved into a widely-used programming platform, prompting developers to seek more advanced features like a full-featured IDE and integration with external version-control systems. Meeting these demands, Google introduced support for Apps Script in the Google Plugin for Eclipse, enabling developers to sync their Apps Script files with Google Drive, edit them offline in Eclipse with autocomplete, and manage them using version-control systems like GitHub. The plugin stores scripts locally, allowing seamless synchronization with Google Drive whenever online and enhancing the developer experience by utilizing the public Google Drive SDK for file syncing. This update is part of efforts to improve the functionality and usability of Apps Script projects in cloud-based environments.