Visual Studio Code Explorer (Sidebar) Files Order by Last

摘要:Visual Studio Code 从 version 1.15 开始支持文件查看器的排序设置,这样对于文件比较多的情况使用最近修改来排序更加方便查找。

请参考官网的 Release Note。操作很简单,就是自己增加一个配置项即可。

1
2
3
{
"explorer.sortOrder": "modified"
}

其选项目前支持以下配置:

  1. filesFirst - Sort files before folders 文件优先
  2. mixed - Sort files and folders without separation
  3. modified - Sort by last modified time 最后修改时间
  4. type - Sort by file type 文件类型