Any news WRT Rust integration ?

General questions regarding the usage of CodeLite
Brane212
CodeLite Curious
Posts: 5
Joined: Mon Jun 18, 2018 1:01 pm
Genuine User: Yes
IDE Question: C++
Contact:

Any news WRT Rust integration ?

Post by Brane212 »

I've just noticed that no decent open-source tools supports Rust.

Netbeans-based IDEs exist, but those are slow, unstable and ridiculously bloated.
GnomeBuilder... seems to be tailored for gnomes.

Code/blocks/lite don't seem to have anything available for Rust at the moment.

Are there any plans on that front ?

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Any news WRT Rust integration ?

Post by eranif »

CodeLite is fully supporting Rust.

  • Debugger (rust-gdb)
  • Code Completion (based on rust-analyzer)
  • Project management
  • Formatter (rustfmt)

Version 15.0.8 has the latest
But in git master you will find much more (Open resource, Quick outline, navigation bar and other stuff)
I know its there, since in the last year I have been coding with rust and I too needed a good IDE

In the release notes of the CodeLite 16.0.0 (which is currently CodeLite 15.0.9 in) you can see the progress (search for Rust in
the release notes page https://docs.codelite.org/release_notes ... provements

Make sure you have read the HOW TO POST thread
Post Reply