【问题标题】:Shortcut key to go to the end of the html tag in asp.net [duplicate]转到asp.net中html标签末尾的快捷键[重复]
【发布时间】:2011-05-18 06:44:14
【问题描述】:

可能重复:
Matching tag in HTML keyboard shortcut

如果我在<div>标签上并且我想去</div>然后我必须向下滚动到最后.

<head>
    <title></title>
</head>
<body>
    <div>
        <table>
            <tr>
                <td>
                </td>
                <td>
                </td>
            </tr>
        </table>
    </div>
</body>
</html>

在复杂的页面中,标记是巨大的,上下滚动会浪费很多时间,所以如果没有快捷键,那么任何关于如何使用键盘尽快转到结束标签和开始标签的建议。

谢谢。

【问题讨论】:

    标签: html visual-studio keyboard-shortcuts


    【解决方案1】:

    已在此处询问和回答:Matching tag in HTML keyboard shortcut

    【讨论】:

    • 谢谢,我在发布问题之前已经搜索过,但找不到。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-02-03
    • 2020-04-15
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多