| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
AngularJS Eclipse Plugin extends Eclipse WTP to :
AngularJS Eclipse is based on tern.java to manage powerfull completion on HTML files (AngularsJS Expression, directive, modules) and Javascripts files (see Tern Eclipse IDE)
If you start with AngularJS Eclipse, please read Getting Started.
AngularJS Eclipse is developped/tested with Eclipse Kepler. It is adwised to use Kepler (even if AngularJS Eclipse could work with older version of Eclipse).
It's not yet an official release, but if you wish to test the snapshot version of AngularJS Eclipse, you can install it with the Eclipse Update site http://oss.opensagres.fr/angularjs-eclipse/1.0.0-SNAPSHOT/.
Before opening your HTML files (to see AngulaJS synt), you must convert your project to AngularJS Project :
After that, you can open your HTML with AngularJS Editor :
You will see that AngularJS directive + EL are highlighted, completion is available for directive name :
After configuring tern server, completions, hover, validation, hyperlink are available for modules, controllers, angular expression :
See HTML features for more informations.
See Javascript features and Tern Eclipse IDE for more informations.
See cloudbees job: https://opensagres.ci.cloudbees.com/job/angularjs-eclipse/
| Back | FazBrowse Home | New Git URL |