I am using IntellijIDEA Ultimate Edition. .class
files .class
compiled from source java
are easy: I can just double-click on the file .class
and IDEA decompiles it.
However, with files .class
that were compiled from source, scala
this 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