- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
sbt Question: Integration with IDEA?
Sun, 2011-01-23, 19:57
I'm wondering if there is any way of running sbt tasks from within IDEA; in particular, I'd like to have the output from compile, run, and test tasks appear in the IDEA console. If not, perhaps I'll take a look at what's needed to write an IDEA plugin. (Probably not, but maybe...)
Thanks,
Ken
On Sun, Jan 23, 2011 at 6:57 PM, Kenneth McDonald
wrote:
> I'm wondering if there is any way of running sbt tasks from within IDEA; in particular, I'd like to have the output from compile, run, and test tasks appear in the IDEA console. If not, perhaps I'll take a look at what's needed to write an IDEA plugin. (Probably not, but maybe...)
Yes, use the idea-sbt-plugin.
Best,
Ismael