将 Xcode 与 Javascript/Coffeescript 和 Titanium 结合使用?

发布于 2024-11-26 21:27:05 字数 313 浏览 2 评论 0原文

我对 Titanium Studio 感到相当恼火,所以我决定寻找替代方案。我使用过许多 IDE(例如 Aptana、Komodo、Netbeans、TextMate),但它们似乎从未像 Xcode 那样精简和高效(尤其是它的 Git 集成)。

所以我的问题是:有没有办法在使用 Xcode 中的完整项目界面的同时编辑 Javascript/Coffeescript 文件?(最重要的是 git 集成

(我正在使用 Xcode 4 和 Mac OSX Lion)

提前致谢
弗雷德

I am getting rather annoyed with Titanium Studio so I decided to look for an alternative. I have used many IDEs (such as Aptana, Komodo, Netbeans, TextMate) but they have never seemed to be so streamlined and efficient as Xcode (especially with its Git integration).

So my question is: Is there a way to edit Javascript/Coffeescript files while using the full project interface in Xcode? (most importantly git integration)

(I'm using Xcode 4 with Mac OSX Lion)

Thanks in advance
Fred

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

瑾夏年华 2024-12-03 21:27:05

我没有做过Coffeescript开发,但我的回答涵盖了如何将Xcode用于C、C++和Objective-C以外的语言。在 Xcode 中创建外部构建系统项目或空项目。当您创建项目时,Xcode 会为您提供为项目创建本地 git 存储库的选项。如果您已有 git 存储库,则必须将 Xcode 项目文件添加到存储库。

创建项目后,将文件添加到项目中。 Xcode 4 具有 Javascript 语法着色。如果您的 Javascript 文件的文件扩展名为 .js,Xcode 将自动为您提供 Javascript 语法着色。我不知道 Coffeescript 与 Javascript 有什么不同,但是您可以通过选择 Editor > Javascript 为您的 Coffeescript 文件提供 Javascript 语法着色。语法着色> JavaScript。

I have not done Coffeescript development, but my answer covers how to use Xcode for languages other than C, C++, and Objective-C. Create either an external build system project or an empty project in Xcode. When you create the project, Xcode gives you the option to create a local git repository for the project. If you already have a git repository, you must add the Xcode project file to the repository.

After creating the project, add your files to the project. Xcode 4 has Javascript syntax coloring. If your Javascript files have the file extension .js, Xcode will automatically give you Javascript syntax coloring. I don't know how different Coffeescript is from Javascript, but you can give your Coffeescript files Javascript syntax coloring by choosing Editor > Syntax Coloring > JavaScript.

煞人兵器 2024-12-03 21:27:05

我不确定我是否理解你的问题(即:你是否在寻找比 XCode 更好的东西,或者只是一种集成它们的方法),但是你是否看过 IntelliJ IDEA?它具有出色的 Git 集成,是我用过的最好的 JS 编辑器之一,并且具有 CoffeeScript

如果您只想将其与 XCode 集成,我深表歉意。

I'm not sure I understand your question (ie: are you looking for something better than XCode, or just a way to integrate them), but have you looked at IntelliJ IDEA? It has excellent Git integration, one of the best JS editors I've used, and has a plugin for CoffeeScript

If you just want it integrated with XCode, I apologize.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文