Hi Guys,
There were too big refactoring since MyEclipse PR to improve tern file synchronization.
Today the big problem with tern.java is when you have a lot of JS files in your project (with bower tool you can have a lot of JS files).
BUT since 0.6.0, tern script path is configured by using JSDT Install Path, and it can be a problem, because :
* in 0.6.0, the JSDT Install Path -> Tern script path was not very managed. Problems comes from with lib configuration. In this case, project folder is used. I have fixed that in 0.7.0
In other words:
* tern.java must improve again tern file synchronization.
* don't parse the whole JS files of your project if your project has a lot of JS files. To fix this problem :
=> JSDT Install Path -> Tern script path should be improved
=> tern file synchronization should be done in background
=> tern is able to support condense of JS files, but it is not very stable. I think in the future, it should be very cool if we can condense for the first time, JS files, store it in file system (do the JS files analyze just the first time)
Don't hesitate to create issues or PR to improve tern.java, thank's for your help!
Regard's Angelo