For those playing around with Jewel for IJ plugins...
# jewel
s
For those playing around with Jewel for IJ plugins, I have a small treat for you. A completely unofficial and unsupported one :D https://github.com/rock3r/jewel-ijp-template
🚀 9
🦜 2
K 2
c
NOICE! Should this also work for android studio or do i have to do something special there?
s
Once Studio moves to 251 it should
Need N.1 🙂
c
and so every time a new version of studio comes out. does that mean i need to update my plugin? or is there a way to get this to "just work" for all future versions of AS? my use case. I'm making a plugin for my team. It's just going to have a list of useful adb commands (when you click it. it'll copy to clipboard) think like adb deep link commands. ideally. i just make the plugin once. and it'll just work (mostly forever) lol.
s
That's the theory. The reality of IJP plugins is just they need ongoing maintenance, for one reason or another (regardless of using Compose)
c
that's very interesting. TIL. one would think that its mostly a fire and forget operation. i guess thats why all of my favorite community plugins are unavailable on future AS versions shortly after they're published.
s
Correct, and why plugins that aren't actively maintained become unavailable at some point
c