Visual Studio Code 树排序

问题描述

项目树中是否有对 index.ts/js/html 等总是在分支列表末尾的文件/文件夹进行排序的设置?例如,对于认排序,我们有这棵树:

folder/
   SomeAnotherFolder
   Async.js
   index.js
   Super.js
   Zuper.js

我们想要这个:

folder/
   SomeAnotherFolder //folders first
   Async.js //then files,but..
   Super.js
   Zuper.js
   index.js //this one is moved at the end,because it has name "index"

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)