this post was submitted on 14 Sep 2023
148 points (93.5% liked)

Programming

16971 readers
172 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 [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 51 points 1 year ago (1 children)

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

[–] [email protected] 15 points 1 year ago (4 children)

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.

[–] [email protected] 13 points 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 9 points 1 year ago (1 children)

You can do that if you want to :

Like many of our IDEs, the functionality of RustRover can be installed as a plugin in IntelliJ IDEA Ultimate.

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.

[–] [email protected] 5 points 1 year ago (1 children)

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.

[–] loutr 16 points 1 year ago (1 children)

Because I (and many others) find their products to be far superior to the competition.

[–] [email protected] 11 points 1 year ago (1 children)

This. I'm using PyCharm with the new UI, and watching my colleagues struggle with VSCode is a bit painful to see. Not saying you can't be productive with it, but why make your life harder than it needs to be?

[–] [email protected] 2 points 1 year ago

Same here but with WebStorm.

[–] [email protected] 5 points 1 year ago (2 children)

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

[–] [email protected] 5 points 1 year ago (1 children)

I think there's something for everyone. Some people want one editor for everything, some want one tailored to their language needs

[–] [email protected] 8 points 1 year ago (1 children)

This is the right answer, and I wish more people would grasp that.

[–] [email protected] 4 points 1 year ago

Tech has an abundance of people who really need to be right in an argument. I've had this same argument with a developer at a client company of mine. Just couldn't let it go when I said I was comfortable with the Jetbrains suite and used their language specific tooling instead of VSCode.