Live data from Hacker News

Ask HN: State of Free IDEs

news.ycombinator.com

1–10 of 12 posts

Ask HN: State of Free IDEs

#1
I recently got a new Mac Pro, and I'm setting it up. Which free IDE/setup would you recommend? In general, I'm a fan of JetBrain IDEs, but I don't want to pay for a license.

I have never been fully satisfied with my VSCode setup (and I occasionally found it pretty slow).

So tell me, HN hive-brain - what should I use?

Re: Ask HN: State of Free IDEs

#3
Code editing and workflow are really personal choices and subjective. I moved from IDE's to Sublime Text because of IDE slowness and annoyances. I made this move back when I did Java stuff and used Eclipse. I've tried VS Code a few times and just can't get into a flow, it feels slow. I find code suggestion popups to be annoying and usually never what I was going to type anyhow.

So I'd say try out text editors rather than IDES: Sublime (free to try out), vim, emacs, etc. They have enough options and plugins, etc. to make them really powerful.

Kinda funny that you have really good hardware and still found VS Code was slow at times. I imagine JetBrains costly subscription options are similar.

Re: Ask HN: State of Free IDEs

#5

A free option for java/kotlin is always https://developer.android.com/studio which is based on (correct me if I'm wrong) https://www.eclipse.org/downloads/ right? But c'mon, we all know vim is all you need.

>But c'mon, we all know vim is all you need.

That's a funny way to spell emacs.

But who am I kidding, I don't code. I could, but then who would waste all of my time reading HN?

Re: Ask HN: State of Free IDEs

#6

A free option for java/kotlin is always https://developer.android.com/studio which is based on (correct me if I'm wrong) https://www.eclipse.org/downloads/ right? But c'mon, we all know vim is all you need.

(correct me if I'm wrong)

A free option for java/kotlin is Jetbrains IDEA Community Edition, more commonly know as "IntelliJ" to the millions of developers who view paying for software as an injustice. Android Studio is merely a re-skin of it, with lots of Android-specific extensions.

Post reply on HN