A B C D E F crazy long long line with all kinds of data in it
and you select from A to F but NOT past F onto the next line
then you will get:
//A //B //C //D //E F crazy long long line with all kinds of data in it
if you select "past" F and include any part of the "crazy long long line with all kinds of data in it"
then you will get
//A //B //C //D //E //F //crazy long long line with all kinds of data in it
it would be really nice to be able to have the "//..." check to see if what you have selected is in fact selecting all there is to be selected on the "last" line to be // commented. If that is true then include that line to be // commented.