Hello,
I’m using the ext-js javascript library for development of html and javascript. When I edit html or javascript in Myeclipse’s Javascript editor, it will autocomplete the built-in javascript variables & functions, but not the ones from the ext-js .js files, except for those already referenced in the file; for these it displays “Warning inferred member” in the tooltip box.
I’ve tried adding the ext-js .js files to the java build path, and as a “User Library” in the MyEclipse->Javascript Build Path, and directly in the WebRoot folder of the project, with no change in behvior. (I test it on the ext-js global variable Ext).
So, is the javascript editor supposed to support auto-complete of 3rd-party javascript libraries? If so, how do I get it to work.
Thanks.