Interaction with the "SBT" plugin
In addition to the Scala plugin, I have a plugin installed called "SBT" (from https://github.com/orfjackal/idea-sbt-plugin/wiki).
Is that SBT plugin conflicting/necessary/useless ?
If I try to uninstall the SBT plugin, it seems I lose the "sbt console" panel.
Please sign in to leave a comment.
SBT plugin is third-party plugin. It's compatible with current Scala plugin as they don't have mutual dependencies. However as I know it's not compatible with IntelliJ IDEA.
This plugin brings console to IDE, we have plans to implement console in Scala plugin as well, so you will not need this outdated SBT plugin, but I can't say when we will do that, I hope until the end of the year.
Best regards,
Alexander Podkhalyuzin.
Hi Alexander, is there a way to get the console output until such time that it is a part of the UI? I came across this forum while searching how to debut a problem importing Akka into IDEA from behind a firewall.
EDIT: I figured out when the build was crashing, I could use 'ps' to find the shell invocation and run it again outside IDEA to see the error output.
IntelliJ IDEA build doesn't use SBT compilation, so there is no possibility to see build console.
In future releases we will add tasks and build support, so you will be able to run some tasks/build inside of IDEA, in this case build log will be available in console inside of IDEA.
Best regards,
Alexander Podkhalyuzin.