使用 Visual Studio代码,如何在打开文件夹视图时按类型对文件进行排序?
答案 0 :(得分:5)
要按类型对资源管理器视图的文件进行排序,请将以下选项添加到您的用户设置(settings.json
):
"explorer.sortOrder": "type"
此功能自vscode release 1.15
起可用答案 1 :(得分:0)
答案 2 :(得分:0)
似乎没有一种方法可以指定“完整扩展名”进行排序:
app.component.css
grid.component.css
app.component.html
grid.component.html
app.component.ts
grid.component.ts
app.model.ts
grid.model.ts