Page 1 of 1
Any news WRT Rust integration ?
Posted: Sun Nov 21, 2021 5:07 pm
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 ?
Re: Any news WRT Rust integration ?
Posted: Fri Dec 17, 2021 11:42 pm
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