Intellij IDEA 2023.1+ (Community and Ultimate) plugin that allows you to preview project images as an icon in your project explorer.
Helpful if you have a lot of icons in your project, Icon Viewer 2 gives you a nice preview icon.
It works with all JetBrains products like WebStorm, DataGrip, etc.
Download plugin on GitHub, JetBrains Plugins Repository or via IntelliJ IDEA (File, Settings, Plugins, Browse repositories..., Icon Viewer 2).
- Owner of this fork: Jonathan Lermitage ([email protected], linkedin)
- Owner of the original project: David Sommer.
- build plugin:
./gradlew buildPlugin
. See generated zip located intobuild/distribution/
. - run IDE with plugin:
./gradlew runIde
.
You can also look at the Makefile.
Open an issue or a pull-request. Contributions should be tested on master branch.
Please reformat new and modified code only: do not reformat the whole project or entire existing file (in other words, try to limit the amount of changes in order to speed up code review).
To finish, don't hesitate to add your name or nickname to contributors list ;-)
MIT License. In other words, you can do what you want: this project is entirely OpenSource, Free and Gratis.
Bigger images are scaled to 16x16.
Supported file formats are:
- *.bmp
- *.gif
- *.jpg
- *.jpeg
- *.png
- *.svg (tip: if Extra Icons plugin is active, you may want to disable its SVG support in order to diplay SVG files in place of SVG logo)
Supported when Android Support plugin is activated:
- *.webm
- *.webp
Files Supported by bundled TwelveMonkeys library, like *.ico, *.tga, etc. See File formats supported.