Aptana AngularJS support
Asked Answered
G

4

14

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.

Gossoon answered 30/7, 2013 at 9:27 Comment(0)
R
9

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).

Rombert answered 24/4, 2014 at 9:55 Comment(3)
This plugin has dependency on JSDT, which can be added to Aptana, from "Help -> Install New Software" with this url: https://bitbucket.org/nexj/updatesite/raw/defaultCosecant
@Alireza +1 for pointing that out. The bitbucket URL is no longer available though, but you can download JSDT direct from the Eclipse updates sites e.g download.eclipse.org/releases/junoJoubert
The update site download.eclipse.org/releases/juno does not have anything called JSDT contained within it...Cinchonine
A
8

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

Reference

I use Sublime Text 3 with this plugins:

Alexandraalexandre answered 30/7, 2013 at 9:45 Comment(1)
BTW netbeans 7.4 beta comes up with in-built angular-js editor support netbeans.org/community/releases/74Herwick
V
2

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.

Vulcan answered 30/7, 2013 at 9:49 Comment(3)
Yes, WS is very good. I saw couple of videos which are tutorials for AngularJS.Gossoon
I have one more question for you Tiago. Are you just working on Sublime text changes or you developing commercial application in a company. If it is second case can you say sometning about your impression about using AngularJS for commercial applications. Is it good for developing large enterprise applications? Do you use it as SPA aplication or use it in combination with another web framework which is not JavaScript(JSF,Play,...).Gossoon
I use it as part of a team of developers, for which, as of now, I am the sole frontend developer (VS 4 people working with python for the backend). I work with services created on a per-case basis, which gives me flexibility to define what I need from them, and I can create extremelly complex solutions quite easily. AngularJS + Yeoman is a powerhorse for modular, large scale applications (I work in a University, creating apps for managing employee evaluations, etc.)Olmstead
H
1

I could not find a suitable one but i may rank them as follow :

  1. WebStorm (not free) though it has a real editor support
  2. 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)
  3. Aptana good but with angular it will only provide js highlighting and lower smart editor
  4. Sublime Text (not free)
  5. Idea IntelliJ Community Edition (worst of them no event highlighting or code formatting for js), you'll need Professional Edition that is paid

If you can afford buy WebStorm or PhpStorm otherwise you may use Netbeans or Sublime Text

Hypesthesia answered 4/2, 2015 at 15:26 Comment(1)
these days (MS CODE - ATOM) are great candidatesHypesthesia

© 2022 - 2024 — McMap. All rights reserved.