IntelliJ IDEA 2026.1 Help

Bytecode viewer

By default, IntelliJ IDEA shows you decompiled code in compiled files. If necessary, you can open the bytecode viewer for any compiled class.

Enable the Bytecode Viewer plugin

This functionality relies on the plugin, which is bundled and enabled in IntelliJ IDEA by default. If the relevant features are not available, make sure that you did not disable the plugin.

  1. Press Ctrl+Alt+S to open settings and then select Plugins.

  2. Open the Installed tab, find the Bytecode Viewer plugin, and select the checkbox next to the plugin name.

Show bytecode for compiled files

  • Open a compiled file in the editor and select View | Show Bytecode from the main menu.

    The bytecode viewer provides basic syntax highlighting, and it shows the information in a way that is comfortable for reading.

    Compiled file opened in the bytecode viewer
10 February 2026