I'm trying to get autocomplete to work on nodeclipse or eclipse for js projects. Specifically autocomplete on mongoose objects (as I'm just learning mongoose).
I thought if I add the js file as a library then it should be able to auto-complete...but I can't get it to work.
I'm not setting the javascript library properly (not sure if it is at the folder level or js level).
Has anyone had any success to get the autocomplete to work with nodeclipse or eclipse?
I've already seen this posting