TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

JetBrains AppCode being sunsetted

46 pointsby nevsterover 2 years ago

10 comments

0x073over 2 years ago
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.
yshavitover 2 years ago
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 <i>much</i> faster. If I&#x27;m working on something with a bunch of renaming&#x2F;refactoring&#x2F;etc, I&#x27;ll do it in AppCode; if I&#x27;m more or less just typing and running tests, I&#x27;ll do it in XCode.<p>So, while this announcement is sad, I can&#x27;t say it&#x27;s shocking. In other languages I know, IntelliJ products are significantly better than the competitors. For Swift, it&#x27;s a bit more... meh.
评论 #33996148 未加载
Kukumberover 2 years ago
AppCode i can understand, but the Swift plugin for CLion too? That&#x27;s surprising, considering Apple is now maintaining a full featured LSP server implementation, so now VSCode users can do Swift dev<p>They have Fleet wich should support LSP, but i&#x27;m not sure if that product will be successful, they have a lot of work to do with regard to performance (cpu&#x2F;memory), and based on the recent public preview, it&#x27;s built with the wrong foundation for that matter
评论 #33995345 未加载
devsquidover 2 years ago
Ouch, this makes me glad I don&#x27;t do iOS development anymore. XCode is such trash.
评论 #33995475 未加载
评论 #33996182 未加载
jameskrausover 2 years ago
Oh, that&#x27;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&#x27;s just being killed as I&#x27;m learning about it.
评论 #33994667 未加载
ortaover 2 years ago
Shame to see it happen, but an understandable decision - it&#x27;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&#x27;t.<p>AppCode team, you did such a great job IMO
laaczover 2 years ago
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).
syspecover 2 years ago
This really hurts the linux story for swift. I used AppCode when developing a server using the Swift Vapor framework (great framework) on Ubuntu.
pharaohgeekover 2 years ago
That&#x27;s a shame. It&#x27;s a great IDE for server-side Swift, which is sorely needed. Xcode is dreadful, and macOS-only.
评论 #34000556 未加载
pjmlpover 2 years ago
I never saw a point for it, when XCode is already in the box.