visual-studio-code - 是否可以在 VS Code 中使用热键返回一级面包屑?

标签 visual-studio-code

VSCode 具有如下所示的面包屑功能:

enter image description here

是否可以使用热键返回这些面包屑中的上一级?所以在上面的例子中,我在 propTypes 中。我按下热键,然后转到 BatchTypesTable

我已经可以通过单击面包屑本身来实现此目的,但我想要一个热键来执行此操作。

最佳答案

在 MacOS 上,我的键盘工作流程是:

  • 使用shift命令打开面包屑。
  • 然后使用选项选项导航顶层
  • 使用普通箭头在下拉列表中导航

所以,我猜在 Windows 上顶级导航将是 alt

相关 VSC 文档 here 。虽然它看起来不完整并且部分不正确?

关于visual-studio-code - 是否可以在 VS Code 中使用热键返回一级面包屑?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64695306/

相关文章:

node.js - 如何在 VSCode 中调试使用 PM2 运行的 Node.js 应用程序?

visual-studio-code - 如何删除由扩展(或内置)引入的 IntelliSense 建议片段

visual-studio-code - VS Code Regex 查找并替换为小写,如果可能,请使用\l 或\L

visual-studio-code - 了解 vscode 波浪线的来源

visual-studio-code - 如何将live sass编译器的路径设置为VsCode中的当前路径

visual-studio-code - 如何创建工作区

visual-studio-code - 使用 VS Code 运行 bash 脚本

html - 更改 html 骨架的默认设置或格式?

visual-studio-code - Rust-analyzer 错误 "could not resolve macro ` $crate::format_args`"是什么意思,我该如何解决?

visual-studio-code - Git Commits View 未显示在 VSCode 源代码控制面板中