All Projects → angelozerr → Angularjs Eclipse

angelozerr / Angularjs Eclipse

Licence: other
AngularJS Eclipse Plugin

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Angularjs Eclipse

uml2solidity
A uml profile and a set of acceleo code generators to model smart contracts in uml and generate solidity code.
Stars: ✭ 35 (-89.58%)
Mutual labels:  eclipse, eclipse-plugin
eclipse-discord-integration
Discord's Rich Presence Integration within Eclipse IDE
Stars: ✭ 41 (-87.8%)
Mutual labels:  eclipse, eclipse-plugin
eclox
Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into Eclipse.
Stars: ✭ 32 (-90.48%)
Mutual labels:  eclipse, eclipse-plugin
Tern.java
Use tern.js in Java context
Stars: ✭ 246 (-26.79%)
Mutual labels:  eclipse, eclipse-plugin
scalor-maven-plugin
Build integrator for Java, Scala, Scala.macro, Scala.js, Scala.native, Eclipse and Maven.
Stars: ✭ 47 (-86.01%)
Mutual labels:  eclipse, eclipse-plugin
eclipse-pmd
eclipse-pmd has been moved to
Stars: ✭ 20 (-94.05%)
Mutual labels:  eclipse, eclipse-plugin
ContextQuickie
An eclipse add-on which extens the context menu for accessing various tools.
Stars: ✭ 17 (-94.94%)
Mutual labels:  eclipse, eclipse-plugin
Eclipse Instasearch
Eclipse plug-in for fast code search
Stars: ✭ 165 (-50.89%)
Mutual labels:  eclipse, eclipse-plugin
ruledesigner
Rule Designer is the Eclipse-based development environment for ODM developers.
Stars: ✭ 14 (-95.83%)
Mutual labels:  eclipse, eclipse-plugin
ABAPFavorites
ABAP Favorites Eclipse Plugin
Stars: ✭ 23 (-93.15%)
Mutual labels:  eclipse, eclipse-plugin
Amateras Modeler
UML and ER-diagram editor for Eclipse
Stars: ✭ 190 (-43.45%)
Mutual labels:  eclipse, eclipse-plugin
chromium-swt
Create and render web UIs in Java SWT and Eclipse RCP applications.
Stars: ✭ 121 (-63.99%)
Mutual labels:  eclipse, eclipse-plugin
J2c
Java to C++ translator
Stars: ✭ 189 (-43.75%)
Mutual labels:  eclipse, eclipse-plugin
eclipse
Eclipse For Bazel (deprecated, see https://github.com/salesforce/bazel-eclipse instead)
Stars: ✭ 31 (-90.77%)
Mutual labels:  eclipse, eclipse-plugin
Autorefactor
Eclipse plugin to automatically refactor Java code bases
Stars: ✭ 168 (-50%)
Mutual labels:  eclipse, eclipse-plugin
lxtk
Language Client/Server Toolkit
Stars: ✭ 22 (-93.45%)
Mutual labels:  eclipse, eclipse-plugin
Google Cloud Eclipse
Google Cloud Platform plugin for Eclipse
Stars: ✭ 75 (-77.68%)
Mutual labels:  eclipse, eclipse-plugin
So Eclipse Plugin
Eclipse plugin that enables you to get answers from Stack Overflow directly to your IDE 🔥
Stars: ✭ 84 (-75%)
Mutual labels:  eclipse, eclipse-plugin
gonsole
Gonsole - Git Console for the Eclipse IDE
Stars: ✭ 35 (-89.58%)
Mutual labels:  eclipse, eclipse-plugin
SubmiBot
Plugin do Eclipse para automatização do processo de submissão de tarefas na disciplina de LP2 - Computação@UFCG
Stars: ✭ 16 (-95.24%)
Mutual labels:  eclipse, eclipse-plugin

AngularJS Eclipse Plugin

Build Status Eclipse install

AngularJS Eclipse Plugin extends Eclipse WTP to :

  • provides an HTML editor which supports AngularJS expression and directive. See HTML features for more informations.
  • provides an Angular Explorer view which displays modules, controllers of your project in a tree.
  • provides a Javascript editor which supports AngularJS features (modules, etc). See Javascript features for more informations.

AngularJS Eclipse is based on tern.java to manage powerful 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.

Installation

AngularJS Eclipse is developed/tested with Eclipse 4.4 Luna. It is advised to use Eclipse 4.4 Luna (even if AngularJS Eclipse could work with older version of Eclipse).

To install AngularJS Eclipse, please read Installation - Update Site section.

AngularJS Configuration

Before opening your HTML files (to benefit with angular highlight, completion, hover, validation), you must convert your project to AngularJS Project :

Convert To AngularJS Project

HTML Editor

After that, you can open your HTML with standard WTP HTML, JSP Editor. You will see that AngularJS directive + EL are highlighted, completion is available for directive name :

AngulerJS Editor Overview

After configuring tern server, completions, hover, validation, hyperlink are available for modules, controllers, angular expression EL :

Completion for expression

See HTML features for more informations.

Javascript Editor

See Javascript features and Tern Eclipse IDE for more informations.

Build

AngularJS Eclipse is build with this cloudbees job.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].