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 badges
Add a ment  | 

2 Answers 2

Reset to default 5

Use 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