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.
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.