Yea, I was thinking the same. I have the JetBrains toolbox, and already have these installed:
- Rider
- RubyMine
- PyCharm
- GoLand
- CLion
I don’t really get why they need to make 10 different IDEs for every language, instead of just consolidating everything into a single UI/IDE.
For pricing it doesn’t make that much sense, anyone that wants more than 2 JetBrains products is better off buying the entire toolbox.
Sigmatics@lemmy.ca 1 year ago
We have? JetBrains never has stopped offering them.
Who wouldn’t want an experience tailored to their main language? I certainly favor PyCharm over Ultimate
asdfasdfasdf@lemmy.world 1 year ago
JetBrains is not representative of every editor / dev. Language servers mean I can use Emacs / Vim / VSCode / whatever else I want and have IDE features for whatever language I want.
jvisick@programming.dev 1 year ago
Just as JetBrains is not representative of every dev, neither are LSPs. Some developers want a specialized IDE for their language(s), some want a highly customized editor with their language servers. As long as you efficiently produce code that works, who cares what other people use?
loutr@sh.itjust.works 1 year ago
You can do that if you want to :
But if you only care about a particular language/stack you can use the dedicated IDE, it’s cheaper and the UX is optimized for your use case.
asdfasdfasdf@lemmy.world 1 year ago
That’s a JetBrains plugin. It is just for JetBrains applications, and it closed source, right? Language servers are basically the metric system of IDEs. I can go from Emacs to Vim to VSCode and just use rust-analyzer for my IDE backend.
I don’t understand the benefit of using JetBrains specific plugins that only work with JetBrains.
Paradox@lemdro.id 1 year ago
JetBrains users kind of live in their own weird bubble. Of the ones I’ve worked with, a decent number didn’t even know how to use git, they just relied on the built in vcs tools
themusicman@lemmy.world 1 year ago
Didn’t know how to use git CLI? Who cares. Git CLI is garbage anyway
HellAwaits@lemm.ee 1 year ago
And? Do you get high off of the smeeeelll of your own farts, sir madam?
Sigmatics@lemmy.ca 1 year ago
I think there’s something for everyone. Some people want one editor for everything, some want one tailored to their language needs
sickday@kbin.social 1 year ago
This is the right answer, and I wish more people would grasp that.