Comment(注释) [汉化反馈]

你可以使用 &shortcut:CommentByLineComment; 来注释/取消注释行代码。

&shortcut:CommentByLineComment; 使用单行注释来注释或取消注释当前行或选中的几行(用 Django 模板的 {# ,或 Python 脚本的 #)。

&shortcut:CommentByBlockComment; 使用 Django 模板包围一个源码块,用 {% comment %}{% endcomment %} 标签。