Coda 中有 jQuery 代码完成的扩展吗?
你知道 Coda 是否有一个插件可以为 jquery 完成下面的代码补全吗?据我所知,Visual Studio 有这样的扩展,希望在 Coda 中也有办法做到这一点,因为我不想编写 jQuery(document).ready(function(){ ... });
不再了。
谢谢, 司南。
PS 我知道文档准备好的简写,如 $(function() { ... });
但它仍然很长,而且这并不是让我寻找完成扩展的唯一问题.
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看此网络帖子,其中包含可用于 Coda 的 jQuery.mode:
jQuery 语法模式
Check out this web post which has a jQuery.mode that you can use for Coda:
jQuery Syntax Mode