this post was submitted on 10 Aug 2026
57 points (96.7% liked)

Programming

28062 readers
430 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
 

Equivalents because VSCode and its forks are not an equivalent.

TL;DR Jetbrains is getting worse, more like VSCode. I want out to something as powerful but not VSCode like (which is worse).

Jetbrains has been chasing VSCode's popularity to the detriment of its own product.

The modal commit dialog is now opt-in, behind a nearly hidden, advanced parameter and will be removed in the not so distant future. This was part of their effort to make the UI "leaner" and more like VSCode so now Jetbrains IDEs look more like it.

Some keyboard shortcuts have also had to be changed to be more like VSCode.

Jetbrains used to have a good docker integration, but that's either unmaintained or undergoing work to support dev-containers better - something that jetbrains practically had nearly a decade ago, which allowed you to code on another server (remote development).

AI Assistant and Junie (their coding agents which I have to use for work) have consistently been behind the curve and just keep getting worse. They have 2 separate products for agentic development and can't decide which to keep, so they duplicate efforts and fail at both. Now I'm asking my employer to just give me Cursor like the rest of the team, so I don't have to put up with this Jetbrains crap.

Privately, AI it's non-starter anyway, but my guess is that Jetbrains is also focussing more development efforts on that than actually fixing existing bugs.

top 34 comments
sorted by: hot top controversial new old
[–] tyler@programming.dev 2 points 12 minutes ago

jetbrains is opensource. https://github.com/JetBrains/intellij-community

if you want the enterprise features then yes, you get a closed source version, but otherwise you can just run intellij from years ago if you really wanted.

[–] muad_dibber@lemmygrad.ml 2 points 3 hours ago

I'm also quite desperate for an alternative to android-studio, but unfortunately nothing is close yet.

kmp-lsp shows promise, but it has very limited intellisense and shows no errors.

[–] Einhornyordle@feddit.org 4 points 4 hours ago* (last edited 4 hours ago) (1 children)

I'm confused. Are you looking for a fancy text editor (VS Code) or a full IDE (Most Jetbrains Products, the actual Visual Studio's)?

Either way, for a fancy text editor, there's VS Codium. Just VS Code without MS bs like telemetry and stuff. Works really well, I switched as soon as I heared about it and never looked back.

Now when it comes to a full blown IDE, I don't think there is anything comparable, especially when you look at features vs cost. Free, or even FOSS solutions, won't even come close to Jetbrains products and I never bothered looking for enterprise solutions since I can't afford them anyway. Depending on your language requirements and OS choice there's Visual Studio of course and even Community used to be pretty good, but I haven't used that one since my switch to Linux so I can't tell how it perfoms nowadays.

Now if I'm wrong, my information is outdated or I may not know about some software that is actually really neat, please correct me.

[–] 1rre@discuss.tchncs.de 1 points 1 hour ago

IIRC QT creator is kind of an open source IDE, but it's also fairly application specific so I'm not sure how suitable it is overall.

[–] anzo@programming.dev 1 points 5 hours ago

There's vscodium too, but the remote extension then is not the same as built in o.g... And oh my pi or any other cli agent would do it.

Else, and keeping it up for having remote editing, I'd suggest emacs doom.

[–] communism@lemmy.ml 10 points 14 hours ago (2 children)

I used to be a JetBrains user for a long time. I now use Gram, a really nice fork of Zed that strips out features that some users may find unsavoury (AI integration, GitHub integration). I don't deeply care about an editor including these features, but I don't use them, so they're unnecessary bloat to me. Gram lets you set a base keymap to be most similar to another editor/IDE you might be used to, and this includes a JetBrains keymap, which is what I use.

If you want the whole AI integration stuff, just use upstream Zed. It's more or less otherwise the same from an end user perspective.

You might dislike it for being too VSCode-y insofar as it's closer to a lightweight editor than to a full IDE like JetBrains products. I would like it if it were more fully featured and felt more like a full IDE, but it works for my purposes, and it is way more responsive thanks to running natively rather than being a JVM program. It's not a RAM hog like JetBrains IDEs either.

[–] fruitcantfly@programming.dev 3 points 4 hours ago

It's worth noting that there's a single toggle that, to my knowledge, turns off all AI features in Zed. So if you do not object to the presence of this functionality, but simply do not want to use it, then you're probably better off just sticking with upstream.

However, I'm not sure what you mean by "GitHub integration", so that may not be covered. If you simply mean Copilot support, then that is also disabled by the aforementioned toggle

[–] Aut@leminal.space 2 points 13 hours ago

I just checked out Gram and it looks pretty decent for what I like to do. Thanks for mentioning it!

[–] ExLisper@lemmy.curiana.net 5 points 14 hours ago

I think Jetbrains is still fine as an editor but yes, the tooling is getting worse and worse. I recently stopped using the DB tool because it simply wasn't able to reliably connect to my databases. Dbeaver is working great with same databases. For a easy fix that would be my recommendation: community editor Jetbrain tolls for editing code, external tools for git/db/docker and so on.

For personal projects I use neovim and while is a great editor with all the features I need it is a constant struggle. Maintaining configuration is really difficult. If you're using nvim already turning it into IDE can be a fun project. If you're not familiar with it I wouldn't recommend it for development. There's just too much work.

[–] supersquirrel@sopuli.xyz 2 points 15 hours ago
[–] teddy2021@sh.itjust.works 13 points 1 day ago

For Java? No equivalent. Honestly it's kinda embarrassing how good Intellij was when I used it, at least compared to the alternatives. For other languages, depends on how much work you're able to accept. Vim can be a large upfront cost in work, but a tailor fit result may be worth it. Them again, I will admit that I prefer the IDE (where applicable) stay minimal.

[–] Hexarei@beehaw.org 1 points 15 hours ago

I moved to neovim several years ago and haven't looked back. Sounds like I got out at the right time

[–] Sivecano@lemmy.dbzer0.com 1 points 17 hours ago

I use kakoune with kakoune-lsp. Definitely not an IDE but it's served my programming needs well.

[–] albsen@lemmy.world 7 points 1 day ago

i use both neovim with lazyvim inside tmux for small edits and jetbrains (pycharm, clion, rider, datagrip, dataspell) for longer larger work sessions. git is best operated in the console, never used any git tools in any ide. they are just overly complicating something super simple. AI can stay out of my editors. if you must use AI there is always oh-my-pi.

[–] rimu@piefed.social 35 points 1 day ago* (last edited 1 day ago) (1 children)

I don't know of any other IDE maker that has the depth and quality of language support that JetBrains offers.

Honestly, throwing your toys over a modal commit dialog seems a bit misguided when switching to any other IDE is going to involve coping with much bigger changes.

You have the option of using an old version if the newer ones aren't to your style. I'm still on the 2023 version of PyCharm, for instance. And the 2020 version of PhpStorm, haha

[–] ratel@mander.xyz 14 points 1 day ago (2 children)

I switched to Zed from VSCode maybe around 2 years ago and havent looked back.

It's open source with GPL3 license and has plenty of languages supported via LSP.

If you need AI support they have this natively via the Agents panel and you can also use terminal agents in there BUT if you don't you can just hide the agents panel and never connect to any account and you never really see any of the AI features. This is essentially what I do for private work where I don't use AI, and for my job where we are soft-forced to adopt.

Super easy to port over your settings.json from VScode with all your shortcuts etc already.

[–] spartanatreyu@programming.dev 1 points 22 hours ago (1 children)

I tried to switch to Zed at the start of the year but couldn't Zed's tabs to work.

It seems like the biggest paper cut preventing users from switching to Zed and they don't seemed interested in fixing it.

I couldn't find any settings to fix it.

Were you able to figure it out?

How every program (e.g. editors, browsers, file explorers, etc...) works:

  • Ctrl + Tab switches to the next tab
  • Ctrl + Shift + Tab switches to the previous tab

How Zed works:

  • Ctrl + Tab and Ctrl + Shift + Tab brings up a tab switcher widget which doesn't even list all tabs
[–] ratel@mander.xyz 5 points 19 hours ago (1 children)

The default in Zed is Ctrl + Shift + ] OR [ for next or previous tab respectively.

If you want to customise it you can do in the keymap editor, it's called pane: activate next item

[–] spartanatreyu@programming.dev 1 points 5 hours ago* (last edited 4 hours ago) (1 children)

But that's what I already have and it doesn't work properly.

Here's my minimal test case for a typical mid-work layout:

  • Open a window
  • Open 4 new tabs
  • Type the tab's number in each tab so it's easy to tell them apart when trying to switch between them
  • Drag tabs 3 and 4 to the right side of the window so that the result is a window with 2 panes each of which contain 2 unique tabs.
  • Click on Tab 1 to select it

Now the test:

  • Press Ctrl + Tab to switch to tab 2. Works
  • Press Ctrl + Tab to switch to tab 3. Does not work, tab 1 is selected instead

The tab switching is stuck switching only the tabs in that pane, counter to the way every other tabbed program works.

Holding Ctrl + Tab should cycle through every tab.

[–] asdfasdfasdf@lemmy.world 1 points 2 hours ago (1 children)

Maybe the keymap setting isn't correct? e.g. maybe you put it in the wrong context?

[–] spartanatreyu@programming.dev 1 points 2 hours ago* (last edited 2 hours ago)

This is what I have:

I see pane: activate next item and tab switcher: toggle both set to Control Tab (⌃⇥).

Maybe they're incompatible?


Edit: I rebounded both keybinds into separate unused keybinds and it still doesn't work.

[–] onlinepersona@programming.dev 3 points 1 day ago (2 children)

I remember seeing Zed a while back and them heavily promoting the AI capabilities. I'll give it a try to see if it's built upon a solid base and works well without the AI stuff. There are features in Jetbrains IDEs that I'm quite fond of like cross-file refactoring, proper debuggers, (up until recently) the docker integration, and their database browser. Hopefully at least cross-file refactoring and debugging is available.

Thanks for pointing it out.

[–] communism@lemmy.ml 1 points 14 hours ago

Seconding the Gram recommendation (it is actively maintained and configs are nearly entirely interoperable between Zed & Gram, so if Gram gets abandoned it'd be easy to switch to Zed), though I will also point out that Zed has a single toggle for all AI features. You can just disable that and no AI. It stays disabled too, unlike with JetBrains which I found would periodically re-enable AI features I'd disabled...

[–] sxwpb@lemmy.world 5 points 1 day ago* (last edited 1 day ago) (1 children)
[–] onlinepersona@programming.dev 6 points 1 day ago (1 children)

A fork of Zed without AI, I see. I'll need to look at how active it is. Forking is easy, maintaining is hard.

Thanks for the suggestion.

[–] asdfasdfasdf@lemmy.world 1 points 2 hours ago* (last edited 2 hours ago)

Zed has a simple disable_ai setting that turns it all off. Not sure why the fork is necessary.

[–] MyNameIsRichard@lemmy.ml -1 points 17 hours ago

Eclipse is worth trying. If you can get past its slightly psychotic autocomplete it's an excellent IDE.

[–] limer@lemmy.ml 11 points 1 day ago (1 children)

I’ve been using jetbrains for many years. I believe I have cursed at their products over 1000 times, opened or tracked issues, seen bugs take many years to be fixed, lived with other bugs.

I’ve seen how their adaptations for AI broke many things that worked; I’ve learned, over many years, to subscribe, but use products that are released in the fall or winter because there are too many bugs earlier in the year. So often my copies are not new.

Yet I never have found a replacement I like better.

I am afraid that even with all the bugs, it may unfortunately be the best we have at the moment. I would gladly pay a subscription to an opensource alternative that focused on being on par to old Jetbrains IDEs. Maybe it's time to just use my perpetual fallback license and call it a day with Jetbrains.

[–] vapeloki@lemmy.world 3 points 1 day ago (1 children)

I use jetbrains IDE since years, and I did some really strange stuff with them.

I used clion with experimental GCC builds and crashed the IDE multiple times. Opened a bug. Got fixed.

We found a bug in their Datagrip Sybase DWH integration. I met some of their team at a conference a week later, talked with them about the bug in person, got fixed during the day.

Sure, bugs may take a while, but thei get fixed.

And to AI. Cursor should be able to connect to jetbrains IDEs from the outside.

There is no other, universal, IDE stack that can come close. Ok, maybe if you are willed to invest weeks in an emcas or neovim setup

[–] onlinepersona@programming.dev 2 points 1 day ago (1 children)

There is no other, universal, IDE stack that can come close.

Maybe that is the sad conclusion and a perpetual fallback license is what I'll end up with.

Ok, maybe if you are willed to invest weeks in an emcas or neovim setup

Neovim was highly praised by a colleague and a friend. And when streaming was a big thing (COVID, eh?), there were neovim streamers out there singing it praises. But after a month of failing to configure anything that was even close to what a proper IDE has, I just dropped it. The meme about vim and emacs users spending years configuring their IDE is no joke, and I just don't have the time for that.

And to AI. Cursor should be able to connect to jetbrains IDEs from the outside.

Yeah, Cursor has an ACP, but the ACP integration in Jetbrains is... meh. I tested a few to make my employer happy, but found that the major problem in the chain was/is the Jetbrains IDE. It seems like Jetbrains IDEs are much better without agentic coding than with. At least my experience.

[–] vapeloki@lemmy.world 1 points 1 day ago (1 children)

I am not a big fan of coding agents. I have no troubles with Claude and jetbrains for what I personally do. But I use it for docs, minor fixes and test cases.

Primagen is one of those neovim nerds, not sure if he published its setup anywe6

[–] boomzilla@programming.dev 1 points 13 hours ago

It's so intimidating how fast Primagen is with Vim. Wish I had the time and his stamina to learn a fraction of what he does with motions. He once said he kinda cringes when he has to watch people using a regular IDE.

Anyways. Vim nerds may despise this but I'd never would try to tailor my own Neovim config. I straight up started with LazyVim. Still not free from confusing elements but after I jotted down all my most needed motions and used them over and over, it is approximately usable. Still fuck up some motions and end up with gibberish, still faster with a regular IDE, but I now would know my way around Vim, if no other editor would be around.

What the community has accomplished to create within a TUI is astounding. Equally the amount of work that has gone into plugins. Code completition and debugging support, e.g. for Rust is excellent.