简体   繁体   English

是否有键盘快捷键可在vscode中的标签之间导航?

[英]Is there a keyboard shortcut to navigate between tags in vscode?

在Visual Studio Code中编辑HTML时,有没有一种快速的方法跳转到相应的打开/关闭标签?

Unfortunately, no, not currently. 不幸的是,不,目前不是。

Visual Studio Code does have a keyboard shortcut for jumping to matching braces/brackets/parentheses ( Ctrl + Shift + \\ on Windows, Cmd + Shift + \\ on Mac), however it does not have support for jumping to closing tags in HTML. Visual Studio Code确实具有键盘快捷键,可以跳转到匹配的花括号/括号/括号(在Windows上为Ctrl + Shift + \\ ,在Mac上为Cmd + Shift + \\ ),但是它不支持跳转到HTML中的结束标记。

If you feel like it, you could always submit a feature request to the Visual Studio Code team , and maybe you'll see the feature added in a future release. 如果您愿意,可以随时向Visual Studio Code团队提交功能请求 ,也许您会在以后的版本中看到该功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM