Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>File Info ViewerNew to Visual Studio Code? Get it now.
File Info Viewer

File Info Viewer

wxmvv

|
9 installs
| (0) | Free
Vscode extension to display file information for specified file types
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

File Info Viewer - VS Code Extension

A lightweight VS Code extension that displays detailed file information in a custom editor view.

Features

  • View comprehensive file metadata including:
    • File name and type
    • Full path and directory
    • File size (auto-formatted)
    • Creation and modification dates
  • One-click copy for any file property
  • Quick navigation to file directory
  • Open file with default application

Installation

Vscode Marketplace

Usage

Recommended Configuration

  1. Open VS Code Settings (JSON)
  2. Add file type associations in workbench.editorAssociations:
"workbench.editorAssociations": {
  //...
  "*.zip": "file-info-viewer.fileInfoViewer",
  "*.docx": "file-info-viewer.fileInfoViewer",
}
  1. Replace *.zip and *.docx with the file types you want to view

Screenshots

File Info Viewer

Technical Details

  • Built with TypeScript
  • Uses VS Code Webview API
  • Lightweight (~100KB installed size)
  • No external dependencies

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

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