🖼️ Image Thumbnail Explorer
✨ What it doesNo more clicking through files blindly. Image Thumbnail Explorer adds a dedicated Image Thumbnails panel to your Explorer sidebar — every image file in your workspace is shown with a live thumbnail preview, right next to its filename. Perfect for:
📸 Preview
Each file shows its actual image content as a small icon — not a generic file icon. 🚀 InstallationFrom the VS Code Marketplace
From a
|
| Format | Extension |
|---|---|
| PNG | .png |
| JPEG | .jpg, .jpeg |
| SVG | .svg |
| GIF | .gif |
| WebP | .webp |
🔄 Auto-refresh
The panel automatically updates when you:
- Add new image files to your workspace
- Delete image files
- Rename or move files
No manual refresh needed.
🛠️ Extension Settings
This extension works out of the box with no required configuration. Future versions will add settings for:
- Filtering by file type
- Custom thumbnail size
- Exclude folders (e.g.
node_modules)
💡 Tips
- Collapse folders that don't have images — the panel only shows folders containing at least one image, keeping things clean
- Click to open — clicking any thumbnail opens the full image in the VS Code image viewer
- Use the refresh button in the panel title bar if thumbnails ever get out of sync
🐛 Known Issues
- Very large workspaces with thousands of images may take a moment to load on first open
- Animated GIFs show a static thumbnail (the first frame)
Found a bug? Open an issue on GitHub
📦 Release Notes
0.0.1 — Initial Release
- Live thumbnails for
.png,.jpg,.jpeg,.svg,.gif,.webp - Auto-refreshes on file system changes
- Folders without images are automatically hidden
- Click-to-open support
🤝 Contributing
Contributions are welcome! Feel free to:
- Fork the repository
- Create a feature branch:
git checkout -b feature/my-feature - Commit your changes:
git commit -m 'Add my feature' - Push and open a Pull Request
📄 License
MIT © Marvel
Made with ❤️ for developers who think visually