block-comments Questions

8

Solved

How do we add comments in erb files, if we do not want them to be generated into the html content?
Scorpion asked 5/5, 2010 at 15:57

5

Solved

Just a question of interest: Does anyone know why there's no block comment capability in VB .NET? (Unless there really is - but I've never yet come across it.)
Boson asked 4/2, 2010 at 0:36

3

Solved

I'm trying to learn SVG for the first time but the code seems to have an issue with my block comments. I'm using: /* This is my * block comment */ And when I run my code, I get the following e...
Wina asked 15/3, 2011 at 4:27

5

Solved

In what ways can you comment in CoffeeScript? The documentation say you can use three hash symbols to start and close a comment block: ### Comments go here ### I've found that I can sometime...
Cheng asked 16/10, 2011 at 0:59

3

Solved

Block comment style in Eclipse (write /* and press Enter) /* * Hello World */ Block comment style in Android Studio /* Hello World */ How can I make my Android Studio block comments look...
Limousine asked 20/11, 2014 at 8:0

10

Solved

How can I comment multiple lines in Ruby?
Spatiotemporal asked 7/6, 2010 at 13:11

6

I know there is keyboard shortcut for single line(//....) commenting Ctrl + K + C and uncommenting Ctrl + K + U . My question is that, is there any default keyboard shortcut for block (/* .........

1

Solved

I am just getting started with Logstash and wondering whether there is a way to specify block comments in logstash config file? It will be very useful as I am testing with long grok patterns which ...
Persinger asked 6/7, 2015 at 15:19

4

Solved

Does Ruby have block comments? If not, is there an efficient way of inserting # in front of a block of highlighted code in TextMate?
Receptor asked 11/2, 2009 at 13:28

4

Solved

I have some trivial markup that looks like the following: <li class="someclass"> <=% t'model.attr' %> </li> Is there a trivial way to comment that out? Just wrapping <!-- -...
Promulgate asked 6/8, 2010 at 18:33

17

Solved

How do you comment out html mixed with ruby code? some text <% ... %> more text <%= ... %> something else <% ... %> In jsp it's real simple: <%-- ... --%>, but I'm unable ...
Thermosiphon asked 27/6, 2010 at 14:21

5

Solved

Is there any way to include */ in a C-style block comment? Changing the block comment to a series of line comments (//) is not an option in this case. Here's an example of the sort of comment caus...
Softener asked 13/5, 2009 at 21:15
1

© 2022 - 2024 — McMap. All rights reserved.