Earlier quoted context omitted.
What issues are you facing exactly? I've been successfully developing Scala apps since IntelliJ 12 with no issues. It's leaps and bounds better than Eclipse. One thing to note that for sbt-based projects, I recommend generating the IntelliJ project from https://github.com/mpeltonen/sbt-idea
Getting it to work with SBT. Even generating the project with sbt idea I still can't get it to compile correctly. And I still haven't been able to get it attach a debugger. I think the current issue is with SBT 0.13 which isn't supported by them right now.
IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers
71–80 of 104 posts
Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers
#72The only feature that really excites me is the Gradle support. Things like the 9patch editor seem horribly misplaced (you probably don't want your devs to be editing those...) and others seem so situational (the autocompleting sdk version - a one line config value that you set once per project). Android Studio is not really usable as an IDE if you want to have a fully featured test suite because of the weird, half-im…
Yeah some blog posts are coming soon
Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers
#73Earlier quoted context omitted.
I had that feeling using eclipse and netbeans for years before switching over to IntelliJ.
What OS do you use? Because Swing is especially shitty on Linux, so I simply can't switch.
Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers
#74Earlier quoted context omitted.
Getting it to work with SBT. Even generating the project with sbt idea I still can't get it to compile correctly. And I still haven't been able to get it attach a debugger. I think the current issue is with SBT 0.13 which isn't supported by them right now.
I'm using SBT 0.13 on a fairly complex project. Not sure why it wouldn't work for you. What kind of project is it? Any specific frameworks you're using that are causing compilation errors?
Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers
#75The only feature that really excites me is the Gradle support. Things like the 9patch editor seem horribly misplaced (you probably don't want your devs to be editing those...) and others seem so situational (the autocompleting sdk version - a one line config value that you set once per project). Android Studio is not really usable as an IDE if you want to have a fully featured test suite because of the weird, half-im…
A few months ago I had a chance to work with gradle and it looked to me like it was a step away from declarative project descriptions, back to writing loops to iterate through files, etc. Possibly I was using it wrong, but I've heard great things about it and perhaps my expectations were just too high.
Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers
#76Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers
#77Earlier quoted context omitted.
I'm using SBT 0.13 on a fairly complex project. Not sure why it wouldn't work for you. What kind of project is it? Any specific frameworks you're using that are causing compilation errors?
Play2 pulling it in via SBT resolution so I don't have it "installed" on my development machine.
Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers
#78Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers
#79Earlier quoted context omitted.
Play2 pulling it in via SBT resolution so I don't have it "installed" on my development machine.
Are you doing "sbt idea" or "play idea?" From what I recall, "sbt idea" was broken, while doing it using the play launcher works, as they have some broken dependencies.