vote up 1 vote down star
1

Hello,

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

flag

2 Answers

vote up 1 vote down check

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

http://digitalsandbox.net/index.php/blog/post/jquery_syntax_mode_for_coda/

link|flag
I didn't know this, i tried it just now. It is a good attempt but not what i dreamt of. It needs a way to go, most you use jquery syntax is in inline editing in html, php, or in template files and therefore you need to make some little hacks:(, but since there is no other mode available this will be the accepted answer. Thanks for posting. – Sinan Y. Sep 7 at 14:45
If you read the post it sounds like most of the limitations are because of how Coda is programed not the mode. Sounds like the next version of Coda should fix some of this. – petersendidit Sep 7 at 15:54
Sorry for being lazy to not to read the whole post:) Hope coda will fix that soon. Thanks again. btw do you know if such mode exist for textmate? – Sinan Y. Sep 7 at 19:22
You can check out a jQuery tmbundle from github github.com/kswedberg/jquery-tmbundle/… blog post about it here: learningjquery.com/2006/09/… – petersendidit Sep 7 at 22:03
vote up 0 vote down

Thanks for the link. Just wanted to say that I have moved the files to a central location so all future updates can be accessed from a single URL. THe new location is: http://digitalsandbox.net/index.php/project/category/jquery%5Fsyntax%5Fmode/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.