Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>File Notes Plus ChenNew to Visual Studio Code? Get it now.
File Notes Plus Chen

File Notes Plus Chen

File Notes

|
7 installs
| (0) | Free
Add and view notes for files and folders
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode 文件备注插件

效果展示

效果图1 效果图2

主要功能

  1. 文件定位与高亮

    • 在自定义资源管理器中自动高亮当前活动文件
    • 智能定位:切换视图或收起左侧栏时自动关闭定位功能
  2. 快速搜索功能

    • 通过备注搜索文件:Ctrl + Alt + F
    • 搜索后自动定位到目标文件
    • 支持文件图标显示,直观识别文件类型
  3. 基础功能

    • 查看/添加/修改/删除备注
    • 新建文件/文件夹
    • 在资源管理器中显示
    • 在终端中打开
    • 点击打开文件/文件夹
    • 拖拽文件(自动转换为相对路径)
    • 复制相对/绝对路径
    • 文件操作(复制/粘贴/重命名/删除)
    • 实时更新文件系统变化
    • 支持刷新资源管理器
  4. 备注文件存储

    • 备注保存在 .vscode/file-notes.json
    • 自动创建配置文件
    • 支持跨设备同步
  5. 多分支备注同步 在 .gitignore 中添加以下配置:

    # 放行文件备注配置文件
    !.vscode/file-notes.json
    

    执行以下命令提交配置:

    git add .gitignore
    git commit -m "更新 .gitignore 以包含 .vscode/file-notes.json"
    git add -f .vscode/file-notes.json
    git commit -m "添加 .vscode/file-notes.json"
    

使用说明

  1. 快捷键

    • Ctrl + Alt + F: 通过备注搜索文件
    • 搜索后资源管理器会自动定位到当前文件
  2. 文件图标

    • 根据文件类型显示对应图标
    • 提供直观的文件路径标识

相关资源

  • VSCode 插件开发文档
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft