this post was submitted on 14 Sep 2023
144 points (93.4% liked)

Programming

16975 readers
1288 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] 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.

[–] [email protected] 15 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.