【发布时间】:2020-05-01 10:22:19
【问题描述】:
是否有任何可用于 VS Code 的键盘快捷键用于从角度 component.ts 文件导航到其 component.html 文件或
component.html 文件到component.ts 文件?
或者是否有任何可用的扩展程序?
在 ZEN 模式或全屏模式下打开组件的 HTML 文件非常困难,反之亦然。
我知道我们可以使用 ctrl + shift + p 打开命令面板,我们可以打开所需的文件,但我正在寻找任何可用的键盘快捷键。
【问题讨论】:
-
AFAIK,目前没有。
标签: angular visual-studio-code keyboard-shortcuts