I added Angular-eclipse plugin in my eclipse. now when i am trying to edit any of my javascript file my eclipse hangs. for example whenever i put "." and wait for js suggestion my eclipse hangs with not responding. could any one assist on this.
-
Seems to be a known issue but how to fix is up to debate. See github.com/angelozerr/angularjs-eclipse/issues/109DrC– DrC2014-12-12 19:05:34 +00:00Commented Dec 12, 2014 at 19:05
-
See stackoverflow.com/questions/28803945/…Angelo– Angelo2015-03-20 13:32:42 +00:00Commented Mar 20, 2015 at 13:32
2 Answers
I once had an issue in Eclipse, but with another JS framework which is Sencha EXTJS. Some people say Eclipse does not get along very well with JS, at that point when I was learning JS, I'd have liked to use IntelliJ but, you know, we want to save our bucks for the future :). In addition, I remember I installed the Sencha EXTJS plugin but same issue, my Eclipse hanged and I had to try to make my changes in a notepad, neh, just kidding, but yes, I faced a similar problem like you.
By that time I used to edit my JS using SublimeText, VIM or Aptana (you could also try them).
But, since you seem to like Eclipse (as much as I can, I love that IDE)... you can make something similar to what I did some time ago, follow the steps of the following guide:
http://flexblog.faratasystems.com/2013/04/24/configuring-eclipse-with-apache-tomcat-and-ext-js
Does not matter what your server is (neither your framework), I think this configuration steps can be the "basics" for what you need.
Hope it could help you or at least give you some clue on how to have the environment in which you can feel comfortable to make some code :).
Regards and happy coding :)
