Block comment improvement
-
Would it be possible to improve the block comment so it doesn't break the higher block in the hierarchy by taking into account the number of occurrences:
/* inline function myFunction() { if (something1 /*|| something2*/) // this breaks the main block return 0; } */
It might seem to be a rather minimal problem, but when you comment larger blocks of code, it can be very annoying when you have small bites already commented within the main block
-
While you're at it could you fix the issue where the syntax highlighting breaks when you scroll down a long block comment?
-
Also a shortcut to automatically comment out the selected code with the block comment if the selection is more than one line (could be the same shortcut as for the single line comment.)
-
-
@d-healey I love how you can just pull out a topic with that kind of title out of your sleeve within 60 seconds.
You're much appreciated, David.