Search code examples
jqueryidecode-completioncoda

Is there an extension for jQuery code-completion in Coda?


Do you know if there is a plugin for Coda to do the kind of code completion below for jquery? As far as i know there is such extension for Visual Studio, hope there is a way to do that in Coda too, because i don't want to write jQuery(document).ready(function(){ ... }); anymore.

Thanks, Sinan.

P.S. I'm aware of shorthands of document ready like $(function() { ... });but it's still long and it's not the only issue makes me look for a completion extension.

alt text http://www.dbvy.com/Picture.png


Solution

  • Check out this web post which has a jQuery.mode that you can use for Coda:

    jQuery Syntax Mode