IntelliJ IDEA 找到匹配的标记

发布于 2024-10-21 08:27:13 字数 296 浏览 2 评论 0原文

是否有快捷方式或者我可以单击以查找标记标签的匹配标签并将焦点/光标移至那里?

例如:

<p>
    <span></span>
    <div></div>
</p>

如果我的光标位于结束

标记上,我希望 IDEA 将我带到开始

标记。

Is there a shortcut or where I can click to find the matching tag of a markup tag and bring the focus/cursor there?

For example:

<p>
    <span></span>
    <div></div>
</p>

If my cursor is on the closing </p> tag, I would like to IDEA to bring me to the opening <p> tag.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

铜锣湾横着走 2024-10-28 08:27:14

在 IntelliJ 2016 for Mac 上,此命令似乎是:

  • Command+Shift+M 转到匹配的标签/大括号

On IntelliJ 2016 for Mac this command seems to be:

  • Command+Shift+M goes to the matching tag / brace
他夏了夏天 2024-10-28 08:27:14

在 Mac 上,我使用将插入符移动到匹配的大括号Ctrl+M

On the Mac, I use Move caret to matching brace, Ctrl+M.

迎风吟唱 2024-10-28 08:27:13
  • Ctrl+[ 转到 开始 标记
  • Ctrl+] 转到 <关闭标签

该操作称为将插入符移动到代码块结束/开始,并且可以在设置 | 中更改热键。键盘映射

IntelliJ 2017 for Mac 上,快捷键为:

  • Alt+Command+[ 转到开头< /strong> 标签
  • Alt+Command+] 转到 结束 标签
  • Ctrl+[ goes to the opening tag
  • Ctrl+] goes to the closing tag

The action is called Move caret to code block end/start and hotkey can be changed in Settings | Keymap.

On IntelliJ 2017 for Mac the shortcuts are:

  • Alt+Command+[ goes to the opening tag
  • Alt+Command+] goes to the closing tag
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文