dgileadi / vscode-java-decompiler

Decompiler extension for Java in Visual Studio Code
Eclipse Public License 2.0
51 stars 20 forks source link

Decompiler for Java™ in Visual Studio Code

This extension allows you to decompile Java class files. It requires Language Support for Java™ by Red Hat, version 0.12.0 or greater.

To see the decompiler in action, right-click on a Java symbol for which you don't have the source code, and choose Go to Definition (or simply command/ctrl+click on the symbol). You will see the decompiled code.

The Java source code is available in the https://github.com/dgileadi/dg.jdt.ls.decompiler repo.

Requirements

Language Support for Java™ by Red Hat, version 0.12.0 or greater. This extension does not work with older versions.

Extension Settings

You can use the following settings to customize the decompiler: