Java bytecode decompiler Intellij disable?

Viewed 96

Does anyone know how to disable Intellij's Java bytecode decompiler? I accidentally clicked on ACCEPT and now all java files are redirected to .class instead of .java.

Note: I don't have a plugin installed

Does anyone know how to disable this ?

1 Answers

This one is prepackaged, so it would be present even if you did not explicitly install it.

You can disable the "Java Bytecode Decompiler" Plugin. You can find it at Intellij Preferences -> Plugins -> Installed Tab. Plugins

Related