this post was submitted on 10 Aug 2026
59 points (96.8% liked)
Programming
28062 readers
486 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.