TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Free open source alternative to IntelliJ IDEA and CLion?

3 点作者 roschdal9 个月前
Is there a free, open source alternative to IntelliJ IDEA Java, and CLion for C and C++?

2 条评论

th3w3bmast3r9 个月前
It depends on what you are trying to do. Are you trying to look at the code and&#x2F;or modify it to fit your needs? Are you simply looking for a free IDE?<p>Here is what I used 10 years ago when I was still doing Java.<p>Open Source IDE --------------- Netbeans IDE -&gt; Loved the UI Eclipse -&gt; My team at Amazon used this and it was great<p>Free to Use (Closed-Source) --------------------------- IntelliJ IDEA Community Edition<p>Open Source Editor ------------------ Visual Studio Code - If you don&#x27;t care about IDE related features and just want an Editor<p>I don&#x27;t have any background in C&#x2F;C++ so I don&#x27;t have any recommendations.<p>Hope this helps!
PaulHoule9 个月前
There’s still Eclipse. I prefer IntelliJ by a lot but it actually does work for Java although my experience is that installing a plug in is like Russian Roulette and that anything that isn’t the stock configuration could die of pluginitis.