Quantcast
Channel: Eclipse Plugins, Bundles and Products - Eclipse Marketplace | Eclipse Foundation - Explore, share, and collaborate on Eclipse Plugins, Tools, and Extensions. Discover new and popular additions to enhance your Eclipse development experience.
Viewing all articles
Browse latest Browse all 16078

JavaScript Build Eclipse

$
0
0
Date Created: 
April 16, 2015 - 17:54
Date Updated: 
June 18, 2015 - 19:45

JavaScript Build Eclipse is a set of plugins based on tern.java which gives support for Grunt and Gulp (and more?). It provides the Build Explorer view which looks like the Ant view. The Build Explorer displays in a tree the tasks :

With the Build Explorer, you can :

* `display in a tree, tasks and targets from Gruntfile.js / glupfile.js.
* `execute task/targe` with Eclipse launch by double clicking in the task / target item of the tree.
* `navigate to the definition of a task or target`: opens the Gruntfile.js / glupfile.js and selects the location where task/target is declared.

To collect tasks / targets from Gruntfile.js / glupfile.js, tern.java is used :

* tern-grunt : a tern plugin which adding support for Grunt.
* tern-gulp : a tern plugin which adding support for Gulp.

Those tern plugins are used too for JavaScript editor completion :


Viewing all articles
Browse latest Browse all 16078

Trending Articles