web developer tips (79):在web页面快速添加和取消注释

原文地址:How to quickly comment and uncomment in your web pages

在aspx、html、web.config等文件里注释选择行,可以单击工具栏的Comment(注释)/ Uncomment(取消注释)图标来实现。
http://www.watch-life.net/visual-studio/quickly-comment-and-uncomment-in-your-web-pages.html
注释图标如下图所示:
Comment Icon
取消注释图标如下图所示:
Uncomment

或者你也可以通过快捷键Ctrl+K Ctrl+C添加注释,通过快捷键Ctrl+K Ctrl+U取消注释。

Asp.net的aspx里的注释
Comments in ASPX page
在html页面的注释
Comments in HTML page
在script 块的注释
Script block

这些注释或取消注释快捷键也出现在菜单:编辑+高级+注释选择内容/取消注释选择内容

Comment Uncomment Menu Option

更多文章见:守望轩[http://www.watch-life.net/]

posted on 2010-03-30 10:08  xjb  阅读(424)  评论(0编辑  收藏  举报

导航