Visual Studio Express 2013 中客户端评论的快捷键
Shortcut key for client side comment in Visual Studio Express 2013
我知道使用键 ctrl+K
ctrl+C
评论选择,但这是服务器端评论,即它插入 <%--
评论文本 --%>
。我需要知道客户端 HTML 评论的快捷方式,而不是服务器端评论
<!-- commented text -->
如果页面是 ASP.NET 特定页面 ex- .aspx,.ascx 那么评论将是 <%--commented text--%> 如果它是 html 页面然后评论将是 <!--commented text-->
并且两者的快捷方式是 "CTRL+K+C".
我知道使用键 ctrl+K
ctrl+C
评论选择,但这是服务器端评论,即它插入 <%--
评论文本 --%>
。我需要知道客户端 HTML 评论的快捷方式,而不是服务器端评论
<!-- commented text -->
如果页面是 ASP.NET 特定页面 ex- .aspx,.ascx 那么评论将是 <%--commented text--%> 如果它是 html 页面然后评论将是 <!--commented text-->
并且两者的快捷方式是 "CTRL+K+C".