Google Apps Script Gets Eclipse Support
Written by Ian Elliot   
Thursday, 17 October 2013

One of the problems in using Apps Script is that you have to work in the Web page editor that Google provides. Now you can use a full featured IDE in the form of Eclipse. 

The Google Plugin for Eclipse is what you need if you plan to build a bigger than average script, or if you want to work with other people. You can make use of the Eclipse editor to create your scripts and the plugin syncs the files with those on Google Drive. The editor has autocomplete and you can manage the files using whatever version control system you want to install into Eclipse. 

 

appscript

 

The only downside is that the files have to be uploaded to Drive to run, and this means you don't get any help with running or debugging your application.

The addition of Eclipse as an IDE for Apps Script is a good thing, but it just demonstrates the simple fact that whenever a scripting language is added to a system it tends to be used far more than anyone ever imagined and, sooner of later, it starts to behave like a full language. Now all we need is a remote debugger. 

To make use of the plugin all you need to do is install Eclipse 3.7 and use the Marketplace to download it. After this you can to sign in to Google and from here you can import your files from Google Drive. You can't use it to create a new project. 

The plugin makes use of the Google Drive SDK and you can find out more about how it works in this video:

 

 

 

 

More Information

Total Eclipse of the Apps Script

Google Plugin for Eclipse

Related Articles

Gmail Adds Actions - Do You Want to Use Them?       

Google Dumps GUI Builder and more       

New Google Apps Script Features       

Gmail, Spreadsheets and Google App Script       

Dealing With Forum & Mailing List Spam      

How Google Took Over My Digital Life       

 

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

 

raspberry pi books

 

Comments




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

 

Banner


The University of Tübingen's Self-Driving Cars Course
22/03/2024

The recorded lectures and the written material of a course on Self-Driving Cars at the University of Tübingen have been made available for free. It's a first class opportunity to learn the in an [ ... ]



Eclipse JKube 1.16 Goes GA
08/04/2024

Eclipse JKube makes deploying your Java application to a Kubernetes cluster a breeze. Let's find out what's new.


More News

Last Updated ( Thursday, 17 October 2013 )