In many projects, especially frontend part, image assets grow quickly and become hard to manage. When I want to use an image, I often need to identify which file actually contains the image I’m looking for. Previewing images one by one in the file explorer is slow and frustrating, particularly in large codebases.
Another recurring pain point is determining the correct relative path from the currently opened file to the image asset. This is especially error-prone when importing images in JavaScript or TypeScript files.
This extension was created to solve both problems by providing a visual image browser for the workspace and enabling direct drag-and-drop integration with the editor, making asset usage faster, clearer, and less error-prone.
Features
📚 Activity Bar View: Dedicated "Image Browser" sidebar view