Xcode 和 Scala
有没有办法让 Xcode 通过插件或其他方式理解 Scala 的语法?文本伴侣怎么样?有一个捆绑包吗?我见过很多 TextMate 的 Scala 捆绑包,但不确定哪一个是来自 Scala 社区的“官方”,或者即使有一个。我的第一选择是 Xcode,其次是 TextMate。先感谢您。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 Xcode 永远不会有 Scala。我首先从 TextMate 开始 - 获取 GetBundles,过滤“scala”包,找到来自 github 的最新包并安装它。用了几个月就好了。
出于兴趣,我随后切换到带有 Scala 插件(最新版本)的 IntelliJIdea(当前为 10.5.2),并且再也不会回到 TM。就是这么好。我强烈建议您走同样的路。还尝试过 NetBeans 和 Eclipse,但与 IntelliJ 相比,两者在 Scala 支持方面都是垃圾。顺便说一句 - 不要忘记 SBT 插件支持。 IntelliJ IDE 内部的集成非常好。
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.