In https://stackoverflow.com/questions/12989859/what-is-the-best-ide-for-angularjs Tonte Pouncil mentioned that it's possible to add angular.js as a library in jsdt-jquery. How does one go about doing this? thanks!
Asked
Active
Viewed 1,238 times
1
-
Are you tied to eclipse? The plugin for IntelliJ IDEA/WebStorm is really good. It even auto-completes ng- style tags in HTML. – kreek Mar 18 '13 at 22:33
-
2Does it work with the free version of IntelliJ IDEA? I've invested a lot of time in my Eclipse setup, but I'm open to trying out other IDEs, as long as they're free and plays nice with PHP – Brian T Mar 19 '13 at 06:28
2 Answers
0
Actually it is possible to add libraries to JSDT as well. I am not aware of such libraries. But there is angularjs-eclipse Eclipse plugin, see https://github.com/angelozerr/angularjs-eclipse

Paul Verest
- 60,022
- 51
- 208
- 332
0
If you install https://github.com/angelozerr/angularjs-eclipse, you will benefit from
- AngularjS features, in other words completion, hyperlink in HTML editor and Javascript editor.
- jQuery completion because AngularJS Eclipse is based on the Javascript Inference engine tern.js.

Angelo
- 2,027
- 13
- 17