如何从IntelliJ IDEA CE中执行SBT插件的任务? [英] How to execute SBT plugin's tasks from within IntelliJ IDEA CE?

查看:172
本文介绍了如何从IntelliJ IDEA CE中执行SBT插件的任务?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用Scala插件?

解决方案

注意 IntelliJ IDEA和Scala和sbt插件已有所改进,您可能需要阅读如何从IntelliJ IDEA中运行sbt-assembly任务?



我使用了IDEA版本附带的嵌入式终端插件。



Alt + F12 (或工具> 打开终端)打开一个终端窗口然后 sbt dependencyUpdates 里面。





它需要本地安装SBT。


I use IntelliJ IDEA 13.1 Community Edition with the Scala plugin 0.32.593.

What's the recommended way to execute a SBT plugin's tasks, say dependencyUpdates from sbt-updates?

解决方案

NOTE IntelliJ IDEA and the Scala and sbt plugins have improved since and you may want to read How to run sbt-assembly tasks from within IntelliJ IDEA? instead.

I worked it around with the Embedded Terminal plugin that shipped with the version of IDEA.

Alt+F12 (or Tools > Open Terminal) to open a terminal window and then sbt dependencyUpdates inside.

It does require a local installation of SBT.

这篇关于如何从IntelliJ IDEA CE中执行SBT插件的任务?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆