You can comment and uncomment lines and blocks of code:
-
&shortcut:CommentByLineComment;:
comment or uncomment the current line or the selected block with single line comments
(
#...)
-
&shortcut:CommentByBlockComment;:
comment or uncomment the selected code fragment using a block comment
(
=begin / ... =end)