Top "Block-comments" questions

A syntax element that allows multiple lines of text to be used as comments, (that is, ignored by the compiler), without having to mark each and every line separately as a comment.

How do I comment in CoffeeScript? "/* this */" doesn't work

In what ways can you comment in CoffeeScript? The documentation say you can use three hash symbols to start and …

coffeescript code-formatting comments block-comments
How do you make a block comment in SVG

I'm trying to learn SVG for the first time but the code seems to have an issue with my block …

svg comments block-comments
Keyboard shortcut for Visual c# block comment in Visual Studio 2015?

I know there is keyboard shortcut for single line(//....) commenting Ctrl + K + C and uncommenting Ctrl + K + U . My question …

c# keyboard-shortcuts visual-studio-2015 block-comments
Lack of block comments in VB .NET?

Just a question of interest: Does anyone know why there's no block comment capability in VB .NET? (Unless there really …

vb.net comments block-comments
Block Comments in Logstash Config file

I am just getting started with Logstash and wondering whether there is a way to specify block comments in logstash …

logstash logstash-configuration block-comments