1

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!

Community
  • 1
  • 1
Brian T
  • 55
  • 1
  • 9
  • 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
  • 2
    Does 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 Answers2

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

Angelo
  • 2,027
  • 13
  • 17