trogne
1
For html comment, how can I comment in block ?
That way :
<!--<div class="notes">
<a href="#" class="notes__new">
Create a new note
</a>-->
Instead of :
<!--<div class="notes">-->
<!-- <a href="#" class="notes__new">-->
<!-- Create a new note-->
<!-- </a>-->
Using “Comment region”, it’s the second way.
careyh
2
This isn’t possible with the current implementation. Sorry to be the bearer of bad news!
Hi
I am confused about your question The following SHOULD comment out as I use this method all the time.
Or are you wanting the IDE to do it for you?
trogne
4
@Jake_Stone , what “following” ?
It’s commenting, but not as a block. See my example.
Carey says it’s not possible.
nathanr
5
You could just use a Snippet for this:
trogne
6
Of course ! Thank you Nathan. I was not yet using snippet insertion by key binding.