When adding an inline comment to VB.NET code, the following lines are colored as strings:
dim a as integer
a += 1 'And here is the comment which turns the next line(s) into strings.
dim b as integer = a * 2
|
When adding an inline comment to VB.NET code, the following lines are colored as strings:
|
||||
|
As long as your question is correctly tagged vb.net it should be fine in the final question. The preview will show a more generically rendered code preview, so don't hold that as gospel. |
|||
|
|
''in your snippet to avoid this. – Uphill Luge Feb 24 '11 at 22:01', just add a closing one after the comment. – M. Night Demonbobby Feb 24 '11 at 22:26