Vineflower / vineflower-intellij

Intellij IDEA plugin that adds Vineflower support
MIT License
40 stars 12 forks source link

Decompile classes asynchronously #17

Closed LoneDev6 closed 11 months ago

LoneDev6 commented 11 months ago

Would be nice to decompile classes asynchronously. For example org.bukkit.Material takes more than 5 minutes to decompile on a i7-4790k due to the amount of enum entries. This task freezes the whole IDE each time I want to decompile that class or when I decompile it by mistake.

Earthcomputer commented 11 months ago

This is an intellij issue out of our control.