Hacker News new | ask | show | jobs
by coldpie 3744 days ago
Yeah. I'm a vim guy myself, but I totally understand the appeal of IDEs. Luckily Rust is a well-defined language (unlike C and C++), so building a nice IDE shouldn't be too arduous.
2 comments

The compiler for Rust still needs work in order to support the partial compiling required for typical IDE.
Not only that, but it looks to have some very good tooling. Cargo should simplify things a lot for whoever writes IDEs.

Not only do you have a package manager, but a build system.