# Anyone interested in a Thumbnailer plugin for IntelliJ Idea?

**URL:** https://discourse.processing.org/t/anyone-interested-in-a-thumbnailer-plugin-for-intellij-idea/49042
**Category:** Development
**Tags:** contributions
**Created:** [July 24, 2026, 8:26am UTC](https://discourse.processing.org/t/anyone-interested-in-a-thumbnailer-plugin-for-intellij-idea/49042 "2026-07-24T08:26:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hamoid](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/hamoid/32/58_2.png) [@hamoid](https://discourse.processing.org/u/hamoid)
#### Post date: [July 24, 2026, 8:26am UTC](https://discourse.processing.org/t/anyone-interested-in-a-thumbnailer-plugin-for-intellij-idea/49042/1 "2026-07-24T08:26:31Z")

</div>

Hello 🙂

For five years now I’ve been using a plugin that displays thumbnails of my own programs in IntelliJ Idea. The current version works with OPENRNDR, a Kotlin based creative coding framework. It helps me visually find my programs, as each Idea project may have up to 100 or 200 sketches.

[![](https://codeberg.org/hamoid/idea-thumbnails/media/branch/main/screenshots/thumbnailerColumns.webp) ](https://codeberg.org/hamoid/idea-thumbnails/media/branch/main/screenshots/thumbnailerColumns.webp)

I think it wouldn’t be hard to make it compatible with Processing and other frameworks that run in Jetbrains IDEs. Currently there’s some code that tries to identify which Kotlin files are actually runnable programs (and not just classes or helpers). For Processing it should also find Java files. There’s also a list of keywords to ignore in the integrated “search engine” (words that appear in every program, which would be a useless search). Those keywords should be made to match frequent Processing instructions.

You can see how it looks like here:

> **[idea-thumbnails](https://codeberg.org/hamoid/idea-thumbnails)**
>
> An IntelliJ Idea plugin to show a side panel with one thumbnail per runnable Kotlin program. Initially aimed at OPENRNDR programs, but can be adapted for other frameworks or languages supported by JetBrains' IDEs. Useful to locate our own visual...

Is anyone working with Idea + Processing who could benefit from making this plugin Processing-compatible?
