Komodo Edit 9 doens't auto-complete JS

Example. It should auto-complete length here:

But it’s not working in JS or jQuery at all, althought I got this in the begining of a script:

/**
 * @param $ {jQuery}
 */

Enable jQuery API in Prefs - Code Intelligence - API Catalogs

1 Like

Hi,I have the same problem with Komodo Edit 9,can’t make jQuery autcomplete (in Wordpress project),I’ve enabled jQuery in Prefs - Code Intelligence - API Catalogs

can’t make it work :pensive:
thank!

seems not working inside of something like this

jQuery(document).ready(function($) {
 
});

but seems to work inside:

$(document).ready(function(){
    
    });