Java bytecode decompiler in IntelliJIDEA for Scala

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?

+7
source share
1 answer

Finally this feature was released in Intellij.

:

Scala Java, , Java.

  1. Project Scala, .
  2. " Scala Java".

IntelliJ IDEA Java .

Scala .

0

Source: https://habr.com/ru/post/1691497/


All Articles