Do we have a multi line comment in VB.net.
I know in Java we have /* */ but that doesn't seem to work here.
Write your chunk, select it and press Ctrl+K, Ctrl+C to comment it.
The only way to do multi-line comments in VB.NET is to do a lot of single line comments( ' ). Or just highlight the whole code and just use (Ctrl+E,C) , (Ctrl+E,U) to comment or uncomment.
No we dont unfortunately..........
You can do: Ctrl + K, Crtl + C
To uncomment ctrl+k ctrl+u
In Visual Basic .Net 2008 and 2010, I use the following C++ Workaround.
#If AFAC Then
#End if
For english speaking AFAC = "à effacer" = "to delete"
I alreay use #If COMMENT
or #If TODO
The #if COMMENT then solution is more power than the C++/Java/C# /* text */
solution because it is possible to imbricate (embed) #if
but not /*
!!!
For more information see the following link
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With