Question

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

Was it helpful?

Solution

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

jQuery Syntax Mode

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top