admin管理员组文章数量:1394133
I like using / for testing, when I learn coffeescript from some tutorials. I would like to ment-out multiple lines. So I click on my Mac cmd
+ /
, what in most editors is connected with menting out the selection. In JSFiddle with coffe script set up in language section I got <!--
and -->
instead of #
on each line.
Is there some other key bination to get mented out the selection?
I like using http://jsfiddle/ for testing, when I learn coffeescript from some tutorials. I would like to ment-out multiple lines. So I click on my Mac cmd
+ /
, what in most editors is connected with menting out the selection. In JSFiddle with coffe script set up in language section I got <!--
and -->
instead of #
on each line.
Is there some other key bination to get mented out the selection?
Share Improve this question asked Apr 25, 2014 at 15:13 andilabsandilabs 23.4k14 gold badges124 silver badges157 bronze badges2 Answers
Reset to default 5Use this-> select all line which you want to ment then press ctrl + / to ment all lines in jsfiddle
Unfortunately this feature has been requested but the only thing they have implemented is to ment out as HTML <!-- -->
for all the panels (HTML, CSS and JS). Check the feature request here and their response to that.
本文标签: javascriptJSFiddlecoffescript how to comment out code with keyboard shortcutStack Overflow
版权声明:本文标题:javascript - JSFiddle + coffescript how to comment out code with keyboard shortcut? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744665721a2618518.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论