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
.
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
.
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).
Use the last version of Netbeans 7.3.1 with this plugin or Netbeans Beta
I use Sublime Text 3 with this plugins:
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.
I could not find a suitable one but i may rank them as follow :
WebStorm
(not free) though it has a real editor support Netbeans
the best free IDE till now for Java script editing but not as smart as you expect (navigation, refactoring, smart object detection are not as you will need)Aptana
good but with angular it will only provide js highlighting and lower smart editorSublime Text
(not free)Idea IntelliJ Community Edition
(worst of them no event highlighting or code formatting for js), you'll need Professional Edition
that is paidIf you can afford buy WebStorm
or PhpStorm
otherwise you may use Netbeans
or Sublime Text
© 2022 - 2024 — McMap. All rights reserved.