Where is the SBT plugin for Scala in the IDEA 11 beta?
I'm beta-testing Nika (version 110.492), but I'm missing the SBT tool I used to use to compile Scala apps in IDEA 10. It doesn't appear to be available in any menus and I can't find it in the plugin list.
How can I get this functionality back?
(the form doesn't have an 11 version number, so I just picked 10.5)
请先登录再写评论。
SBT plugin is third-party plugin. However you can install SBT plugin from plugin manager: Settings -> Plugins -> Browse repositories... -> SBT.
Best regards,
Alexander Podkhalyuzin.
Thanks!