批量註釋 control+/code
You can comment and uncomment lines of code using Ctrl+斜槓.
Ctrl+斜槓 comments or uncomments the current line or several selected lines with single line comments ({# in Django templates, or # in Python scripts).
Pressing Ctrl+Shift+斜槓 for a selected block of source code in a Django template surrounds the block with {% comment %} and {% endcomment %} tags.ip