简体   繁体   English

适用于Mac的免费ActionScript IDE?

[英]Free ActionScript IDE for Mac?

I have been scrambling to find a good way to edit/run AS3 on Mac for free. 我一直在努力寻找一种在Mac上免费编辑/运行AS3的好方法。 AXDT for eclipse won't install, and for a while I was using Sublime text + Terminal but it sucked cause of no code completion. 用于eclipse的AXDT将无法安装,并且有一段时间我使用的是Sublime text + Terminal但它吸引了没有代码完成的原因。 Any ideas? 有任何想法吗? Obviously FD is out of the question, being Windows only. 显然FD是不可能的,仅限Windows。

Currently, there are no entirely free ActionScript IDEs for the Mac. 目前,Mac没有完全免费的ActionScript IDE。 There are, however, some solutions you could use, depending on what you're working on and what other language support features you need, other than simple code completion: 但是,除了简单的代码完成之外,您可以使用一些解决方案,具体取决于您正在处理的内容以及您需要的其他语言支持功能:

If you're going to work with ActionScript (semi-)professionally, I would strongly recommend you reconsider paying for a good solution, though. 如果您打算专业地使用ActionScript(半),我强烈建议您重新考虑支付一个好的解决方案。 There is so much more to a good IDE than just text highlighting and code completion! 除了文本突出显示和代码完成之外,还有更多优秀的IDE!

IDEA, for example, actually helps you write better code in many ways: By enabling you to run unit tests (as suites, as single test class, and even as a single test method) directly from the editor window; 例如,IDEA实际上可以帮助您以多种方式编写更好的代码 :使您能够直接从编辑器窗口运行单元测试(作为套件,作为单个测试类,甚至作为单个测试方法); by including highly advanced refactoring features, such as "change signature", "extract interface" or "inline method"; 通过包含非常先进的重构功能,例如“更改签名”,“提取界面”或“内联方法”; by analyzing what you write, and offering alternatives, etc.etc. 通过分析你写的东西,提供替代品等等。

And then, of course, there's all the things that have nothing to do with the language itself, but make your life as a developer much easier: version control and issue tracking integration, build tools, dependency management, just to name a few. 然后,当然,所有与语言本身无关的事情,但使您作为开发人员的生活变得更加容易:版本控制和问题跟踪集成,构建工具,依赖关系管理,仅举几例。

If you're going to make any money with your code - and I mean, ANY money - a good IDE will earn its price quickly, probably even within a day's work. 如果你要用你的代码赚钱 - 我的意思是,任何钱 - 一个好的IDE会很快赚到它的价格,甚至可能在一天的工作中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM