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
- Open VS Code Settings (JSON)
- Add file type associations in
workbench.editorAssociations :
"workbench.editorAssociations": {
//...
"*.zip": "file-info-viewer.fileInfoViewer",
"*.docx": "file-info-viewer.fileInfoViewer",
}
- Replace
*.zip and *.docx with the file types you want to view
Screenshots

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
| |