码迷,mamicode.com
首页 > 其他好文 > 详细

批量注释 control+/

时间:2018-05-13 18:03:24      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:nes   source   end   using   temp   and   current   斜杠   nts   

批量注释 control+/


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.

批量注释 control+/

标签:nes   source   end   using   temp   and   current   斜杠   nts   

原文地址:https://www.cnblogs.com/wawawawa-briefnote/p/9032750.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!