by 0x073 on 12/15/22, 5:04 AM
Would be great if they at least open source the code. Shouldn't be a big problem as it's not the first open source ide they have.
by yshavit on 12/15/22, 6:33 AM
I only use Swift for a side project, but I found myself splitting my time between AppCode and XCode. AppCode is nicer in terms of feature set (both in completeness and in my familiarity with the shortcuts), but I find XCode is
much faster. If I'm working on something with a bunch of renaming/refactoring/etc, I'll do it in AppCode; if I'm more or less just typing and running tests, I'll do it in XCode.
So, while this announcement is sad, I can't say it's shocking. In other languages I know, IntelliJ products are significantly better than the competitors. For Swift, it's a bit more... meh.
by Kukumber on 12/15/22, 3:42 AM
AppCode i can understand, but the Swift plugin for CLion too? That's surprising, considering Apple is now maintaining a full featured LSP server implementation, so now VSCode users can do Swift dev
They have Fleet wich should support LSP, but i'm not sure if that product will be successful, they have a lot of work to do with regard to performance (cpu/memory), and based on the recent public preview, it's built with the wrong foundation for that matter
by devsquid on 12/15/22, 3:30 AM
Ouch, this makes me glad I don't do iOS development anymore. XCode is such trash.
by jameskraus on 12/15/22, 3:00 AM
Oh, that's disappointing. I was wondering if anyone made a decent competitor to XCode after dipping my toes into some iOS development, and it looks like it's just being killed as I'm learning about it.
by orta on 12/16/22, 7:43 PM
Shame to see it happen, but an understandable decision - it's been a few years since I was writing native iOS code and AppCode really felt like a power-user tool in ways that Xcode couldn't.
AppCode team, you did such a great job IMO
by laacz on 12/15/22, 2:57 PM
I believe that the greatest sorrow actually is that there will no more be copilot support for ios devs (except if you use vscode side-by-side with xcode).
by syspec on 12/15/22, 8:24 PM
This really hurts the linux story for swift. I used AppCode when developing a server using the Swift Vapor framework (great framework) on Ubuntu.
by pharaohgeek on 12/15/22, 1:49 PM
That's a shame. It's a great IDE for server-side Swift, which is sorely needed. Xcode is dreadful, and macOS-only.
by pjmlp on 12/15/22, 6:53 AM
I never saw a point for it, when XCode is already in the box.