gitlab-treeview icon indicating copy to clipboard operation
gitlab-treeview copied to clipboard

目录层级

Open zhaoyibo opened this issue 6 years ago • 0 comments

Java 代码因为 package 的关系,一般都会有很多的“空目录”,像下边这样

.
└── com
    └── wb
        └── userlogapi
            └── controller
                └── Controller.java

如果能像 Octotree 那样就好了

.
└── com/wb/userlogapi/controller
    └── Controller.java

zhaoyibo avatar Jun 22 '18 12:06 zhaoyibo