I am using IntellijIDEA Ultimate Edition. .classfiles .classcompiled from source javaare easy: I can just double-click on the file .classand IDEA decompiles it.
However, with files .classthat were compiled from source, scalathis does not work. It seems that IDEA is simply referencing the source file scala.
I noticed that IDEA only behaves this way when installed scala plugin. Without it, it works fine. Is there a way to decompile using IDEA without disconnecting scala plugin?
source
share