Live data from Hacker News

RustRover – A standalone Rust IDE

blog.jetbrains.com

1–10 of 211 posts

Re: RustRover – A standalone Rust IDE

#4
And their free and open-source rust plugin is deprecated: https://plugins.jetbrains.com/plugin/8182--deprecated-rust

Quoting MRandl comment from the blog:

> Bit of a malicious move, essentially monetizing the contributions of all the people who worked on the plugin while the open source part slowly falls into deprecation and wontfixes. Not cool at all!

Re: RustRover – A standalone Rust IDE

#6
While I've always been happy with the VS Code ecosystem, I'd be lying if I said that JetBrains products haven't been a favorite of many developers I've worked with.

Disappointing that the open source plugin is a casualty, but this is probably a net positive for getting Rust into more hands that might need it. Writing Rust with and without IDE help is a night and day experience and having an official, goto, commercially supported product is great news.

Re: RustRover – A standalone Rust IDE

#7
post #4

And their free and open-source rust plugin is deprecated: https://plugins.jetbrains.com/plugin/8182--deprecated-rust Quoting MRandl comment from the blog: > Bit of a malicious move, essentially monetizing the contributions of all the people who worked on the plugin while the open source part slowly falls into deprecation and wontfixes. Not cool at all!

To clarify, TFA says that the open-source plugin will remain open source and freely available on GitHub and the marketplace.

If that's what we're calling "malicious" these days, then I'm not exactly outraged. Rather, I find it exciting that Rust has grown to the point where a commercial entity wants to commit to a commercial product like this.

Re: RustRover – A standalone Rust IDE

#9
post #8

I wish they would have one IDE for everything - what IntelliJ used to be.

Yea, one of the main reason I often use VS Code instead of Jet Brains is that it supports just about every language in the same project. For example if I'm working on a Python project with a C++ component I can choose between using PyCharm which doesn't have C++ support of CLion with has very limited python support.

Re: RustRover – A standalone Rust IDE

#10
post #4

And their free and open-source rust plugin is deprecated: https://plugins.jetbrains.com/plugin/8182--deprecated-rust Quoting MRandl comment from the blog: > Bit of a malicious move, essentially monetizing the contributions of all the people who worked on the plugin while the open source part slowly falls into deprecation and wontfixes. Not cool at all!

It’s MIT licensed. This is why I hate non GPL. But calling it malicious when the license is very clearly pronounced is kinda funny.
Post reply on HN