Hacker News new | ask | show | jobs
by dylan-m 1359 days ago
I use it!

Granted, I mostly do GNOME stuff so it’s an easy choice, but it’s an incredible IDE. Fast, doesn’t get in the way with modal dialogs or give me a million equally ugly options for how I can organize my workspace (43 lets you rearrange panels but it has a pretty good model for what actually belongs as a panel so I don’t end up panicking about where I put some new panel when I try to manage Flatpak runtimes or something. It isn’t afraid to have its own opinions about how the UI should be).

I like that it’s opinionated about build systems in a different direction than many IDEs, so if your project uses Meson (like every GNOME module) it knows what to do with it - you don’t end up with IDE-specific gunk anywhere. And if your project uses Flatpak, it knows how to build and run inside the appropriate Flatpak SDK.

Builder really shines when you clone a GNOME app repo (the welcome screen offers a bunch), click the Run button, and everything just happens automatically.