问题描述
我使用Scala插件?
注意 IntelliJ IDEA和Scala和sbt插件已有所改进,您可能需要阅读。
我使用了IDEA版本附带的嵌入式终端插件。
+ (或工具
> 打开终端
)打开一个终端窗口然后 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.
+ (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插件的任务?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!