JD-IntelliJ is a Java Decompiler for IntelliJ IDEA
Install JD-IntelliJ plugin via the JetBrains plugin repository.
JD-Core is the engine that powers the decompilation.
The plugin is available on the JetBrains IntelliJ IDEA Marketplace, to install it go to the Settings dialog window > Plugins pane > Browse Repositories dialog window, then search for Java Decompiler.
If you are an early adopter you might want to try the EAPs channel, simply add the following https://plugins.jetbrains.com/plugins/list?channel=eap&pluginId=7100
plugin repository URL
This plugin is maintained as a best effort, if you find bug it’s likely this project, or JD-Core would welcome your contributions.
There’s several reasons:
-
lack of spare time (kids family, other hobbies, other…),
-
IJ now ships with a fairly decent decompiler within IntelliJ IDEA itself (even the community version). It is based on a fork of Fernflower (See here).