The very first time you use AppCode, it’s easy to conclude that all it does is beach-ball, and so is not worth the effort to learn, or the money to purchase. But all you need is to change one setting.
I’m Jon Reid with QualityCoding.org, and a coach with Industrial Logic. On many fronts—not all, but many—AppCode is a better IDE for Apple developers than Xcode:

Improve your test writing “Flow.”
Sign up to get my test-oriented code snippets.
- It has better automated refactoring.
- It has code generation.
- It runs tests more quickly. (And shows test results without mousing around.)
- And it has lots of plugins.
But if you download AppCode and try to use it on a real work project, it will seem painfully slow. That’s because it has a hard limit on how much memory to use. Let’s find out if this is a problem for you, then change that memory limit.
See How Much Memory AppCode Is Using
To see how much memory AppCode is using, go to the View menu ▶︎ Appearance ▶︎ Status Bar Widgets and enable Memory Indicator.

When you do this, AppCode will show you the memory status in the bottom-right corner. Hover over it to see details of current memory use.

Change AppCode Memory Settings
By default, AppCode uses 2000M for its maximum heap size. Except for very small projects, this is not enough. To increase the memory limit, go to the Help menu ▶︎ Change Memory Settings.

I recommend changing this to 5000M. Hit "Save and Restart" and AppCode will relaunch.

Then keep an eye on the memory indicator as you work. You will have a much better experience!
It's easy to conclude that all AppCode does is beach ball. But all you need is to change one setting.
If you have any questions or comments, please leave them below. Subscribe to my channel, and if this video was helpful, give it a like. Thanks for watching.