Google Apps Script API Receives Major Update
Written by Kay Ewbank   
Tuesday, 15 December 2020

Google has revamped its Apps Script platform with a rewrite that includes a new IDE, updated runtime engine to add support for modern JavaScript features in Apps Script projects, and an Apps Script Dashboard.

The App Script platform can be used for developing add-ons for Google Workspace apps including Google Sheets, Docs, Forms and Slides. Apps Script is a scripting language based on JavaScript. You develop in a browser-based code editor, or in Eclipse via an add-in.

googledevlogo

Google says that since Apps Script was introduced a decade ago, tens of millions of solution builders have used it because of its tight integration with Google Workspace. The Apps Script runtime engine underwent a major update from the original Rhino runtime to the new V8 version earlier this year, and the Apps Script Dashboard was introduced to provide a ‘homepage’ for Apps Script.

googleappsdashboard

The major new improvement is a rewrite of the Apps Script IDE to make it more project specific so developers can more easily focus on their current active project. Google says it offers developers a more unified experience of moving between project settings and the code editor without having to navigate menus or bounce back to the applications dashboard.

googleapps

The code editor within the Apps Script IDE has been modernized in its look and feel, and has also been redesigned so developers can focus on the most common essential tasks. This includes moving away from the traditional menu elements across the top of the original code editor, to a streamlined set of commands that focus on developer productivity.

The code editor has also been updated with an improved AutoComplete that has intelligent features like adding parentheses and apostrophes automatically as you code. Visual Indicators have been added to show where issues lie as you navigate within your project, and inline documentation provides interactive definitions of Apps Script objects and methods.

Other improvements include function folding so you can collapse and expand code blocks to focus on what you are working on, and AutoFormating of code.

The new version of Apps Script is available now.

googledevlogo


 

More Information

Apps Script Website

Related Articles

Google Adds Tools To Apps Script

Getting Started With Google Apps Script 

Google Apps Script Improved

Gmail, Spreadsheets and Google Apps Script

Google Apps Script Gets Eclipse Support

New Google Apps Script Features

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


GitHub Introduces Code Scanning
26/03/2024

GitHub has announced a public beta of a code scanner that automatically fixes problems. The new feature was announced back in November, but has now moved to public beta status.  



Angular and Wiz To Merge
27/03/2024

Two web development frameworks used at Google are merging. One, Angular is open source and widely known, while the other, Wiz, is an internal web framework developed and used by Google for some o [ ... ]


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 15 December 2020 )