How do I enable jQuery Intellisense in Aptana?

I have Aptana and have installed Aptana support for the jQuery plugin.

Now I have written a javascript file, but I don't see any jQuery Intellisense,

How do I enable this?

+2


source to share


4 answers


Found this question which answers my question



Aptana plugin for Eclipse and jQuery support

+2


source


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. Then it should give you jQuery intellisense.



+1


source


An additional way to achieve this (if all else is wrong I think) is to download the file from https://raw.github.com/aptana/javascript-jquery.ruble/master/support/jquery.1.4.2.sdocml and move it to the root of your project folder. This should give you intellisense in Aptana 3 (at least) where I tested it.

0


source


Check it:

Commands> Bundle Development> Install Bundle , then select jQuery . JQuery will now appear in the Commands menu and you can use jQuery Snippets and intelisense.

I think this only works in js files, not script tag in HTML file.

0


source







All Articles