20
Nov
Enabling Intellisense for jQuery in Aptana
By default Aptana 3.x does not support Intellisense for JavaScript libraries such as jQuery, YUI, Sencha, etc. So for instance if you are using jQuery and type the default alias - ’$’ Intellisense will display a prompt that states ‘No proposals’.
Luckily enabling Intellisense support for jQuery is very simple in Aptana:
- Got to https://github.com/aptana/javascript-jquery.ruble/tree/master/support
- Pick a specific version
- Save the SDOCML file (IE jquery.1.6.2.sdocml )
- Add the new file anywhere in your Web project. I prefer a project specific folder.
- Now type the default alias - ’$’ again, and enjoy
To find a list of other current supported JavaScript libraries: JavaScript Library Support.
Hope this helps.
0 Comments