Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Aptana AngularJS support

Is there any AngularJS support in Aptana Studio, plugin or any other solution?

I need code completion for AngularJS. For example, if I am in html and type ng I would like to get popup box from Aptana where I can choose ng-click.

like image 708
zlaja Avatar asked Jul 30 '13 09:07

zlaja


3 Answers

https://github.com/angelozerr/angularjs-eclipse

Just tested this plugin with Aptana Studio 3 (build: 3.4.2.201308081805) and seems to work (follow installation instructions on the site).

like image 156
raoel Avatar answered Oct 31 '22 21:10

raoel


Use the last version of Netbeans 7.3.1 with this plugin or Netbeans Beta

Reference

I use Sublime Text 3 with this plugins:

  • https://github.com/angular-ui/AngularJS-sublime-package
  • https://github.com/maxhoffmann/angular-snippets
like image 28
EpokK Avatar answered Oct 31 '22 22:10

EpokK


AFAIK there is none. I searched thoroughly when I started using angularJS on a daily basis (I currently work almost exclusively with it, from 9h to 17h).

What I ended up doing is making the change to Sublime text, which has support given from one of the main teams working on extending angular - the angular-ui team.

There is also WebStorm (see here), of which I have heard wonders, but haven't tried (it's pay-only) and NetBeans, as EpokK has mentioned in another answer - I hate NetBeans with a vengeance, but it is a purely personal preference thing.

like image 2
Tiago Roldão Avatar answered Oct 31 '22 22:10

Tiago Roldão