https://github.com/bric3/jd-intellij
Plugin that brought the first true Java decompiler in IntelliJ, now it's an alternative to the IntelliJ's integrated FernFlower. Note that updates are sparse just as my spare time ;)
https://github.com/bric3/jd-intellij
intellij java-decompiler jd-intellij
Last synced: about 1 year ago
JSON representation
Plugin that brought the first true Java decompiler in IntelliJ, now it's an alternative to the IntelliJ's integrated FernFlower. Note that updates are sparse just as my spare time ;)
- Host: GitHub
- URL: https://github.com/bric3/jd-intellij
- Owner: bric3
- Created: 2017-10-19T11:26:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T15:17:17.000Z (about 5 years ago)
- Last Synced: 2023-10-20T18:30:06.425Z (over 2 years ago)
- Topics: intellij, java-decompiler, jd-intellij
- Language: Java
- Homepage: http://plugins.jetbrains.com/plugin/7100
- Size: 17.1 MB
- Stars: 66
- Watchers: 10
- Forks: 20
- Open Issues: 15
-
Metadata Files:
- Readme: README.adoc
- Changelog: CHANGELOG.adoc
- Contributing: CONTRIBUTING.adoc
Awesome Lists containing this project
README
= JD-IntelliJ
image::https://github.com/bric3/jd-intellij/actions/workflows/build.yml/badge.svg[link="https://github.com/bric3/jd-intellij/actions/workflows/build.yml", alt="Build plugin status"]
*JD-IntelliJ* is a Java Decompiler for *IntelliJ IDEA*
Install https://plugins.jetbrains.com/plugin/7100[JD-IntelliJ plugin] via the JetBrains plugin repository.
image:screenshot.png[JD-IntelliJ in action]
https://github.com/java-decompiler/jd-core[JD-Core] is the engine that powers the decompilation.
== Installation
The plugin is available on the https://plugins.jetbrains.com/plugin/7100[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_
== Warning
This plugin is maintained as a best effort, if you find bug it's likely this project, or https://github.com/java-decompiler/jd-core[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 https://www.jetbrains.com/idea/features/#built-in-tools[IntelliJ IDEA itself]
(even the https://www.jetbrains.com/idea/features/editions_comparison_matrix.html[community version]).
It is based on a fork of Fernflower (See https://github.com/JetBrains/intellij-community/tree/master/plugins/java-decompiler[here]).