Comment on What are some FOSS programs that are objectively better than their proprietary counterparts?
sith@lemmy.zip 3 days agoOk, I agree about music apps and Google Maps.
Isn’t Intellij largely open source? What does premium offer over the community edition? More content and support? Anyway, I find this one subjective. I would argue that Emacs, VS Code and Neovim are at least as good (much better if you work with many different programming languages and/or require extra control).
iarigby@lemmy.world 3 days ago
The core is open source for some of their editors, WebStorm is not for example. Some frameworks and tools are only supported in the paid edition, and I missed then within the first hour of using the community version.
vim and VS Code are not alternatives as they are not IDEs, just editors. Especially for vs code, it manages to barely do half of what IntelliJ does while being slower and hogging way more memory (this is before extensions). I also do TDD and when I pair up with my coworkers sometimes we are not able to find equivalent features that make my development easier. And don’t even get me started with a debugger, in vs code it manages to take up more space while giving less information and options. It’s simply inferior.
I’ve tried and tried to create an IDE equivalent setup in vim and emacs but it was always “off”, I was stuck for hours and days trying to set up functionalities that work out of the box in IntelliJ, and after some months I just gave up.