What does HackerNews think of intellij-rust?

Rust plugin for the IntelliJ Platform

Language: Kotlin

#93 in Hacktoberfest
#68 in Rust
I just adapted the intellij-rust plugin from https://github.com/intellij-rust/intellij-rust to syntax highlight Rust slightly better. It works just fine, and I had to coordinate with nobody. Just edit file, build plugin, install plugin to the IDE (using the menu in the GUI interface). That's it.

Most of the stuff of Jetbrains is open source (under Apache Software License) and is available on github.

I know what you mean though: I would never again use a closed-source IDE, or a language with closed-source standard library. Microsoft Visual Studio made me learn that, decades ago.

Their code is open source (if tightly linked to their codebase, of course) https://github.com/intellij-rust/intellij-rust
That is fantastic news! I was curious when they added it and it looks like: https://github.com/intellij-rust/intellij-rust.github.io/com...

So yeah - nevermind about CLion! I do think it works better than IntelliJ, but it's a subtle, not-easily-quantifiable thing, and it's probably not worth buying it if you're just dabbling and also have IntelliJ Ultimate.

> Rust should provide a solid, but basic IDE experience

After using IntelliJ IDEA plugin [1] (works in free community version too), I don't understand what else people need :) Plugin is pretty powerful. Also Racer works great in VS Code and other editors.

> Rust should have a lower learning curve

Rust is easy enough to learn, the only issue is a steep start. After couple of months everything is not harder than JS and smart compiler actually makes me more and more lazy :) So I think only thing we need is books/articles to help people switch from other languages, to help them overstep initial difficulties.

[1] https://github.com/intellij-rust/intellij-rust

Nice. Personally, I'm also excited about an IntelliJ plugin that's being worked on:

https://github.com/intellij-rust/intellij-rust

The rust tooling is really coming around.