Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 646
Sinan Avatar asked Aug 23 '09 02:08

Sinan


1 Answers

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

jQuery Syntax Mode

like image 70
PetersenDidIt Avatar answered Sep 29 '22 12:09

PetersenDidIt