Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>last-modify-filesNew to Visual Studio Code? Get it now.
last-modify-files

last-modify-files

tanify

|
21 installs
| (0) | Free
Record local file modifications, quickly find the files you recently modified, facilitate continuous coding, and improve development efficiency
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

last-modify-files

记录本地文件修改,快速查找自己最近修改的文件,方便持续coding,提高开发效率
Record local file modifications, quickly find the files you recently modified, facilitate continuous coding, and improve development efficiency

Features

  • 默认记录你本地最近30天内修改的文件,方便继续coding
  • By default, the files modified in the last 30 days are recorded locally, which is convenient for continuing coding.
  • 自动加载项目.gitignore文件,忽略你不想要的修改文件
  • Automatically load the project's .gitignore file to ignore modified files you don't want
  • 通过复制项目根目录文件夹.vscode下的last_modify_file.json 可将记录的文件迁移到其他设备上
  • You can migrate the recorded files to other devices by copying the last_modify_file.json in the project root folder .vscode

扩展设置 Extension Settings

  • last-modify-files.enable: 启用扩展。(Enable/disable this extension.)
  • last-modify-files.exclude: 排除文件。(Exclude files.)
  • last-modify-files.expire: 记录修改文件的时间, 超过过期时间,记录将被移除,单位为天,默认30天 (The time to record the modification of the file, after the expiration time, the record will be removed, the unit is day, the default is 30 days)

默认配置如下 default settings:

  "last-modify-files.enable": true,
  "last-modify-files.exclude": [".git/", ".vscode/", "node_modules/"],
  "last-modify-files.expire": 30,

内置命令 Built-in Commands

  • lastModifyFiles.refreshView: 刷新。( Refresh )

  • lastModifyFiles.clear: 清除记录( Clear )

    example:

    press: Ctrl+Shift+P
    input:lastModifyFiles.refreshView

提交反馈 Share feedback

如有bug,请提交反馈给我:timzs2019@gmail.com
If there are any bugs, please submit feedback to me: timzs2019@gmail.com

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft