跳转到asp.net中html标签末尾的快捷键
可能的重复:
HTML 键盘快捷键中的匹配标签
ASP.net中有没有快捷键可以如果我位于
标签上并且我想转到
<head>
<title></title>
</head>
<body>
<div>
<table>
<tr>
<td>
</td>
<td>
</td>
</tr>
</table>
</div>
</body>
</html>
在复杂的页面中,标记很大,上下滚动会浪费大量时间,因此如果没有快捷键,那么建议如何使用键盘尽快转到结束标记和开始标记。
谢谢。
Possible Duplicate:
Matching tag in HTML keyboard shortcut
Is there any shortcut key in ASP.net to go to the end of the tag like in following html if I am on <div>
tag and I want to go to </div>
then I have to scroll down to the end.
<head>
<title></title>
</head>
<body>
<div>
<table>
<tr>
<td>
</td>
<td>
</td>
</tr>
</table>
</div>
</body>
</html>
In complex pages markup is huge and scrolling up and down waste a lot of time so if there is no short cut key then any suggestion that how to go to he end tag and start tag as quickly as possible using keyboard.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此处已提出并回答了这个问题:HTML 键盘快捷键中的匹配标记
This has been asked and answered here: Matching tag in HTML keyboard shortcut