Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode and Scala

Is there a way that I can make Xcode understand Scala's syntax through a plugin or something else? How about TextMate? Is there a bundle for that? I've seen quite a few Scala bundles for TextMate but not sure which one is "official" from the Scala comunity, or even if there is one. My first choice would be Xcode, TextMate second. Thank you in advance.

like image 450
Hahnemann Avatar asked Oct 05 '11 20:10

Hahnemann


1 Answers

I don't think there ever will be Scala for Xcode. I've started with TextMate first - get GetBundles, filter through "scala" bundles and find the most recent one coming from github and install it. It was fine for couple of months.

Out out interest, I then switched to IntelliJIdea (currently 10.5.2) with Scala plugin (latest version) and would never go back to TM. It's just that good. I'd highly recommend going the same way. Also tried NetBeans and Eclipse, but both are rubbish in terms of Scala support - compared to IntelliJ. Btw - don't forget the SBT plugin support. Very nice integration inside of the IntelliJ IDE.

like image 54
aprilchild Avatar answered Sep 21 '22 20:09

aprilchild