Hacker News new | ask | show | jobs
by mchisto 2261 days ago
What's your problem with SBT? I've been using IntelliJ + SBT since I started with Scala and it has been working well for me.
1 comments

Personally I prefer more declarative dependency configuration. Also the IntelliJ integration is terrible. It thinks so many of the files have syntax errors and doesn’t have reliable autocomplete or goto definition. Also I don’t like how many files there are; though to be fair i don’t know how standard our setup is.
Weird. I've never had IntelliJ give me sbt-related syntax errors incorrectly.