Open GoogleCodeExporter opened 9 years ago
It looks as if JSDT 1.3.1 contained some updates to the type inferencer that
broke it. Previously the prototype of a function was considered also when it
was invoked without new. This is now fixed but I was relying on this.
I put out a new version 1.1 that should fix this. You should get it by just
checking for updates. Can you try and see if that fixes it?
There is however one caveat with the 1.1 version. Autocompletion only works on
the jQuery object, not the jQuery global.
This should work
$("h1").addClass("one")
This should not
$.ajax
This is not very nice but I figured it's better than no content assist at all.
Original comment by philippe...@gmail.com
on 29 Oct 2011 at 3:58
Original issue reported on code.google.com by
outr...@gmail.com
on 20 Oct 2011 at 12:40