I guess here is where we insert the new QB64 command... _BLOCKCOMMENT Come on folks, you know you want it... ;)
On a more serious note, I generally have a
SUB Comments
'stuff
'stuff
END SUB
which gets nothing but comments for general program info and isn't called in the code, but yeah, I still have to ' each line in it. Or you can type whatever you like, highlight it & ctrl-R
I think there are plenty options and I use copious comments in my bigger projects. I couldn't remember how anything works otherwise.
If there's one thing I would love to see, it would be a way to collapse SUB/FUNCTION blocks that one is finished working with. I presume that would be challenging to implement or it would have been done by now.