views:

36

answers:

0

Is it possible to add sdoc definition to a jQuery plugin to allow it to be included in Aptana's code assist?

Code assist for jQuery is already working, but it doesn't show the plugins I have built.

Currently have the following:
/**
 * @id jQuery.fName
 * @alias $.fName
 * @alias jQuery.prototype.fName
*/
function fName(){}