gpt4 book ai didi

visual-studio-code - 有没有办法在 vs code explorer 中展平或合并单个文件夹?

转载 作者:行者123 更新时间:2023-12-01 15:00:14 28 4
gpt4 key购买 nike

我不知道这种行为有没有名字。
我在 IntelliJ 中看到过,其中单个文件夹的文件夹在项目树 Pane 中统一或展平,而不是:

.
├── pom.xml
├── src
│   ├── main
│   │   ├── java
│   │   │   └── com
│   │   │   └── somepkg
│   │   │   └── coreapi
│   │   │   ├── controllers
│   │   │   │   ├── AssetMutations.java
│   │   │   │   ├── HomeController.java
│   │   │   │   └── SessionsQuery.java
│   │   │   ├── CoreApiApplication.java

你看:

.
├── pom.xml
├── src
│   ├── main
│   │   ├── java
│   │   │   └── com.somepkg.coreapi
│   │   │   ├── controllers
│   │   │   │   ├── AssetMutations.java
│   │   │   │   ├── HomeController.java
│   │   │   │   └── SessionsQuery.java
│   │   │   ├── CoreApiApplication.java

有没有办法让 vs code TreeView 文件资源管理器以这种方式显示子文件夹?

最佳答案

貌似在2019年6月的迭代计划中。

参见 Iteration plan for June, 2019: release in July, 2019issue: merging single child directories .


更新:制作成v1.41,将于2019年12月发布。见https://github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_41.md#compact-folders-in-explorer

Compact folders in Explorer

In the File Explorer, we now render single child folders in a compact form. In such a form, single child folders will be compressed in a combined tree element. Useful for Java package structures, for example.

Setting explorer.compactFolders controls this behavior. By default, this setting is turned on.

因此 "explorer.compactFolders": false, 将禁用该功能。

compact folders demo

关于visual-studio-code - 有没有办法在 vs code explorer 中展平或合并单个文件夹?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49254050/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com