简体   繁体   English

VSCode 文件浏览器导航栏?

[英]VSCode file explorer navigation bar?

In RubyMine, PHPStorm (and other JetBrains IDEs I imagine) you can hit ⌘ Command + (or whatever shortcut defined for the action) and browse the files in a project from the point of where the current opened file is situated, they call it the "Navigation Bar" .在 RubyMine、PHPStorm(以及我想象的其他 JetBrains IDE)中,您可以点击⌘ Command + (或为该操作定义的任何快捷方式)并从当前打开的文件所在的位置浏览项目中的文件,他们称之为“导航栏” Is there a feature like this in VSCode that I'm not finding? VSCode 中是否有我没有找到的类似功能?

In VSCode, Selecting a breadcrumb in the path displays a dropdown with that level's siblings so you can quickly navigate to other folders and files.在 VSCode 中,选择路径中的面包屑会显示一个包含该级别同级的下拉列表,以便您可以快速导航到其他文件夹和文件。
https://code.visualstudio.com/docs/editor/editingevolved#_breadcrumbs https://code.visualstudio.com/docs/editor/editingevolved#_breadcrumbs

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

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