Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Decompiler Support for Class by GUXGNNew to Visual Studio Code? Get it now.
Decompiler Support for Class by GUXGN

Decompiler Support for Class by GUXGN

Preview

guxgn

|
3,674 installs
| (1) | Free
Adds a Decompiler for the Java Language Support extension.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Decompiler for Java™ in Visual Studio Code

Provides class decompiler support via jdec.jdt.ls.decompiler

Feature

  • Support debugging class
  • Default decompiled source line mapping actual line

Requirements

  • This extension allows you to decompile Java class files. It requires Language Support for Java™ by Red Hat, version ^1.20.0

Extension Settings

You can use the following settings to customize the decompiler:

java.contentProvider.preferred (settings.json only): the ID of a decompiler to use. Currently, procyon and cfr are supported. example:

// Highest priority
{
    "java.contentProvider.preferred": "cfr"
}

java.decompiler.[id] (replace [id] with the ID of the decompiler you wish to configure): additional configuration to provide to the decompiler. The format depends on the chosen decompiler. Use the autocomplete functionality of Visual Studio Code's settings to view the possible options and their descriptions. example:

{
    "java.decompiler.cfr": {
        "bto": true,
        "asc": false
    }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft