95
Points
77
Comments
jjba23
Author

Top Comments

sajithdilshanJul 23
> But what do you actually get with IntelliJ? A massive, monolithic Java application that frequently hogs 8GB+ of RAM, locks up your system while “indexing pre-built binaries,” and forces you into a closed proprietary ecosystem.

This is just exaggeration. I use IntelliJIDEA everyday (on mac) with multiple projects open and tbh they have optimized the IDE a lot to make it faster. I'm not saying it's perfect, but it's getting better. Also it's not closed source. The core of the IDE is open source (https://github.com/jetbrains/intellij-community) and for some specific framework support (e.g. Spring) are available on Ultimate.

laszlojamfJul 23
I agree that IntelliJ is a monster of a resource hog, but I have yet to find an editor where code navigation is as good. That's basically all I use it for these days, in the days of LLMs, and I still think it's worth it. VSCode, especially for golang, is terrible. I might be holding it wrong, but I've really tried, and it's just not good enough.

Before LLMs, when I still refactored by hand, coworkers who were using vim or vscode used to ask me to do big refactors, because IntelliJ always got it right, whereas with the other editors it was hit-or-miss.

microflashJul 23
As a very heavy user of IntelliJ and associated family of IDEs, I’d say they are extremely bloated compared to a few years ago. My latest annoyance with IDEA has been extremely slow disk sync. If I edit something outside the IDE, it takes a while to appear in it.

They should cut down the binary size and ship a leaner version without all the bundled plugins. They should improve performance on extremely large projects (both memory and IO).

Although I have let my personal Ultimate subscription expire, I still use it at work because debugger, codenav and autocompletion are still best in class.

minrawsJul 23
I wrote an LSP for kotlin and java recently and it's so annoying how tightly coupled all the LSP stuff is in IntelliJ to the IDE itself they have a outside LSP project which seems to be going very slow or nowhere is very sad.

Note I tried to use IntelliJ to build it the performance was not nearly as nice as I would have liked still better than a lot of LSPs but still.

I know a bunch of folks have tried it but I think only Jetbrains can build a good one, unless someone actually goes all in on solving this for a few months and rebuilds the parsing and types systems outside of the Jetbrains toolchain and ecosystem.

Java is likely easier but it's also quite jank in terms of how existing solutions work.

But I like projects like this, I am not against IntelliJ it must be great had been great when I was learning but I want a lsp to use for scripts and the small edits, opening a massive IDE is very overkill for the kinds of small changes I like to make now.

mastermageJul 23
I enjoy JetBrains IDEs alot. Altough I mainly use Dataspell and Datagrip and not Intellij but they make my life easier. Specifically when connecting to new DBs
marginalia_nuJul 23
The fact we still don't have a decent Java language server is one of my canaries for the fact that LLMs still, generally speaking, can't ship. There is undeniably demand for this sort of thing, but nobody is coming to meet it. (jdtls, bless it for trying, is just not good)
DrProticJul 23
People will go to great lengths to avoid paying for what is, arguably, an outstanding product from a great company, then think nothing of spending the same amount at Starbucks.

I don’t think I’ve ever seen a company scrutinized and nitpicked as much as JetBrains.

tecleandorJul 23
I'm trying to avoid IntelliJ because I only need it for editing TeamCity build configuration files, that are written in a Kotlin based DSL [0], and autocomplete and linting are be very helpful.

I've tried Eclipse and VS Code but I don't get them to autocomplete or detect syntax correctly. Would any LSP help me with that? As I have no idea about Java, Kotlin or Gradle, everything is kinda confusing to me...

--

  0: https://www.jetbrains.com/help/teamcity/kotlin-dsl.html
Visit the Original Link

Read the full content on jointhefreeworld.org

Source
jointhefreeworld.org
Author
jjba23
Posted
July 21, 2026 at 10:04 AM


More Top Stories

blog.google Jul 23
Understanding the AI Economy
2313 commentsby swolpers
Details
chatgpt.com Jul 22
Terence Tao's ChatGPT conversation about the Jacobian Conjecture counterexample
941545 commentsby gmays
Details
ziggit.dev Jul 23
Cruller: Bun's Zig Runtime, Continued on Zig 0.16
7842 commentsby Erenay09
Details
resobscura.substack.com Jul 22
Quality non-fiction books are the antithesis of AI slop
403169 commentsby benbreen
Details
unity.com Jul 21
The Unity CLI: manage Unity from your terminal
256 commentsby nateb2022
Details
theguardian.com Jul 23
EU fines Google €890M for competition breaches over search and apps
8178 commentsby Stevvo
Details
👋 Need help with code?