Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Lona-PhotoViewNew to Visual Studio Code? Get it now.
Lona-PhotoView

Lona-PhotoView

nanmon-tools

|
2 installs
| (0) | Free
Finder-like image grid in the sidebar/panel. Browse images while you code, open them beside your code, and preview image paths on hover.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Lona-PhotoView

Browse images in a Finder-like grid right inside VS Code — without losing your place in the code.

Coding usually means looking at code and images (icons, screenshots, diagrams) side by side, but VS Code only lets you open files one editor tab at a time. This extension fixes that: a dedicated image gallery you can keep open next to your code.

Features

  • Sidebar + Panel — open the gallery from the activity bar (sidebar) or the bottom panel. Switch location on the fly with the toolbar toggle.
  • Finder-style grid — folders and image thumbnails in an adjustable grid. Double-click a folder to go deeper, use the breadcrumb or the up button to go back.
  • Open beside your code — double-click an image to open it in a split view next to your code.
  • Hover preview — hover over an image path in your code (e.g. ./assets/logo.png) to see an inline preview bubble.
  • Lazy loading — thumbnails load as you scroll, so large folders stay fast.
  • Theme-aware — follows your VS Code light/dark theme.

Supported formats: PNG, JPG/JPEG, GIF, WebP, BMP, SVG, ICO, AVIF (and HEIC/HEIF shown as a file glyph where the renderer can't decode them).

Usage

  1. Click the Lona-PhotoView icon in the activity bar, or open it from the bottom panel.
  2. Navigate folders, adjust thumbnail size with the slider.
  3. Double-click an image to open it beside your code.
  4. Hover over an image path in any file to preview it inline.

Settings

Setting Default Description
photoGallery.imageExtensions png, jpg, jpeg, gif, webp, bmp, svg, ico, avif, heic Extensions treated as images.
photoGallery.rootFolder (workspace root) Absolute path to the gallery start folder.
photoGallery.thumbnailSize 120 Default thumbnail size in px.
photoGallery.enableHoverPreview true Show image previews on hover.

Development

npm install
npm run compile   # or: npm run watch

Press F5 in VS Code to launch the Extension Development Host.

License

MIT

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