Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have been trying to get jQuery intellisense working in Eclipse with the Aptana Studio 3 plugin. The intellisense working but I am not getting all the available methods in the intellisense popup box.

I have an .html file with a script tag. When I type "$" the intellisense window pops up. No problem. If I type $('p'). after the period the intellisense window pops up, but methods like ".next" do not show in the intellisense window. I opened the jquery.1.6.2.sdocml and searched for the "next" method and found it does exist in the file.

Does anyone have any idea why only a few of the references from this file show up and not all the available methods that exist in the file?

share|improve this question
not an answer to you question, but how did you exactly make it to get jQuery intellisense working in Eclipse Aptana 3 plugin? I followed many articles, but still nothing. – superjos Feb 9 '12 at 2:29

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.