eclipse - Multi-line commenting in VB -


something has burned me in programming, not vb, how inefficient make multi-line comments. i'm not neat freak, comments same length, around 80 characters including leading whitespace. but, this, have manually control how long comments are. , frustrating part when change few words requires unreasonable amount of work.

i have found many questions on stackoverflow asking multi-line commenting, none address feature.

wouldn't make sense have commenting feature in vb, eclipse, etc. enter a mini word processing mode mode low simple features word wrap format comment automatically? there 1 available i'm missing?

or being lazy? but, if idea, how can suggested microsoft, eclipse.org, , others.

enter image description here

the way multi-line comments in vb.net lot of single line comments.

really, option have single tick (') in front of line.

you can use ctrl+k, ctrl+c , ctrl+k, ctrl+u comment or uncomment selected lines of text. in c# can use /* ... */ comment entire block of code. more information on custom writing


Comments