IntelliJ IDEA 找到匹配的标记
是否有快捷方式或者我可以单击以查找标记标签的匹配标签并将焦点/光标移至那里?
例如:
<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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在 IntelliJ 2016 for Mac 上,此命令似乎是:
On IntelliJ 2016 for Mac this command seems to be:
在 Mac 上,我使用
将插入符移动到匹配的大括号
、Ctrl+M。On the Mac, I use
Move caret to matching brace
, Ctrl+M.该操作称为
将插入符移动到代码块结束/开始
,并且可以在设置 | 中更改热键。键盘映射
。在 IntelliJ 2017 for Mac 上,快捷键为:
The action is called
Move caret to code block end/start
and hotkey can be changed inSettings | Keymap
.On IntelliJ 2017 for Mac the shortcuts are: