Is it possible to make a multiline comment? (Without marking every line with the apostraphe)
For example, in several languages, /* comment here */ is available. Is there a substitute in VB.NET?
Thanks!
Printable View
Is it possible to make a multiline comment? (Without marking every line with the apostraphe)
For example, in several languages, /* comment here */ is available. Is there a substitute in VB.NET?
Thanks!
That's only in C/C++/C# . Never seen something similar in VB nor VB.NET .
Also available in PHP as well ;)
That's very disappointing, why wouldn't something like this be available?
Ask Microsoft.
Eh?
Anyways, I've found the ctrl+k shortcut.