views:

1402

answers:

2

I have Aptana and i installed Aptana Support for jQuery plugin.

Now i oped a javascript file, but can't see any jQuery Intellisense,

How to enable that?

+1  A: 

I find the easiest way is to create a project in Aptana - you can choose which libraries to include in your project. Then pull the .js file into your project. It should give you jQuery intellisense then.

brendan
Brendan is correct. The project itself has to be associated with the JQuery library, which creates a /lib folder inside the project. If you don't have this in the project and didn't select JQuery as the language to use, it won't work.
S Pangborn
Also, this link may be helpful: http://stackoverflow.com/questions/1351847/aptana-plugin-for-eclipse-and-jquery-code-assist
S Pangborn
@S Pangborn in fact this answered exactly my question, can you put your comment as an answer so that i accept as right answer?
Amr ElGarhy
+1  A: 

Found this question, which answers my question

Aptana Plugin for Eclipse and jQuery code assist

Amr ElGarhy