How to comment multiple lines of code/block of code in VB?
Here is a cludgy way to make a multiline comment which is also collapsible.
If Is Nothing Then : End If
It looks like this when you collapse it
If