Closed Roman-Skabin closed 3 months ago
If we fallback to toggle_block_comment we want to simulate toggle_comment behaviour: we want to comment out lines entirely, not just comment out a selection.
toggle_block_comment
toggle_comment
P.S. I've tested it on xml (it doesn't have single-line comments), works fine
If we fallback to
toggle_block_comment
we want to simulatetoggle_comment
behaviour: we want to comment out lines entirely, not just comment out a selection.