This doesn’t paper over deprecating the Rust plugin and stealing contributions. I used to be a huge JetBrains fan and now I pull this out every time. Anything but.
It looks like they deprecated that one so they can sell the Rust plug-in for CLion. Granted RustRover is free for non-commercial use.
Stuff like this is why I don’t mess with paid IDEs and editors.
Oh my God. That’s awful.
Thanks for posting about jet brains coopting and closing the rust plug-in. Yuck!
Don’t need to go all the way there. I always heard that jetbrains make the best editors. Yet when my job forced everyone to use CLion I saw that it was just a lie. The editors aren’t good, they are just expensive.
There are 2 easy examples:
-
Remote developing sucks. Loading a remote cmake project takes ages. Yet if you remove the temp directory it’s almost instantaneous. Except when you do it too often and clion refuses to sync the files, then you’re fucked because there isn’t a “sync” button, it only happens automatically.
-
The commit log is awful. It doesn’t by default show you the commit/branch you’ve checked out, it shows the chronologically most recent commit. There’s no “go to checked out commit” button either, you have to write the hash in the search field. Which btw the search is trash. If you write 6 of the characters of the hash it shows “there are no results”, yet when you write the 7th, suddenly your commit appears.
-
VSCode & VSCodium are also free for commercial use.
Why learn an IDE you won’t use anywhere else?
I am kind of using intellij ideas for everything. They are just so much better.
I don’t think I would want to work for an employer that is too cheap for an IDE license
They’re really not. As much as I hate commercial licensing for any dev tools, if you want to talk about superior there’s nothing quite as good as Visual Studio (not code) on Windows.
deleted by creator
Visual Studio for Mac was never the real Visual Studio it was a reskin of Xamarin Studio.
Ok. Thanks for the info I guess. I still don’t like Visual Studio on Windows. I had to use it for work and it’s not better than Rider or any of the JetBrains ides.
It’s not about cheapness, it’s about consistency.
You wanna set up different dev environments and process for every single language you or someone from your team might use? Oh we need documentation and a license for IDEA when we’re doing Java work, and PyCharm when we’re doing Python work, and WebStorm when we’re doing JavaScript work, or we just all use VSCode for everything.
I’ve worked on Java teams, Python Teams, JavaScript Teams, C# teams, and quite frankly, I’ve seen no major benefit to a dedicated IDE for that language vs just configuring VSCode plugins and CLI scripts.
We just have the ultimate license and can use all of the intellij IDEs, but you also can do everything with IDEA and some plugins. And I’m that car you still have the experience of a real IDE and not just a code editor.
I am yet to meet someone who doesn’t use VSCode for web development.
I know plenty of people that use vim/neovim for web development. I am also one of them