从 VScode 面包屑导航栏中隐藏父目录名称
Hide parent directory name from VScode breadcrumbs navigation bar
有什么方法可以缩短目录名以便更轻松地访问方法和功能?不想在面包屑部分看到完整的计算机路径。
需要捕获这个区域&我想要一个更干净简单的导航栏! :)
谢谢。
查看此设置:
// Controls whether and how file paths are shown in the breadcrumbs
view.
// - on: Show the file path in the breadcrumbs view.
// - off: Do not show the file path in the breadcrumbs view.
// - last: Only show the last element of the file path in the breadcrumbs
view.
"breadcrumbs.filePath": "on",
也就是设置里面的Breadcrumbs: File Path
UI,试试last
或者off
有什么方法可以缩短目录名以便更轻松地访问方法和功能?不想在面包屑部分看到完整的计算机路径。
需要捕获这个区域&我想要一个更干净简单的导航栏! :)
谢谢。
查看此设置:
// Controls whether and how file paths are shown in the breadcrumbs view.
// - on: Show the file path in the breadcrumbs view.
// - off: Do not show the file path in the breadcrumbs view.
// - last: Only show the last element of the file path in the breadcrumbs view.
"breadcrumbs.filePath": "on",
也就是设置里面的Breadcrumbs: File Path
UI,试试last
或者off