Hello,
Has anyone attempted to use CodeLite for Rust development? Are there any known plugins? Any guidance is appreciated.
Thank you.
Rust development with CodeLite
-
- CodeLite Curious
- Posts: 1
- Joined: Wed Jun 08, 2016 1:07 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Rust development with CodeLite
Hi,
There's nothing currently afaik (as always, patches welcome ).
One thing you can fairly easily do, though, is to add a rust lexer. The ID you'll need is: wxSTC_LEX_RUST 111.
Regards,
David
There's nothing currently afaik (as always, patches welcome ).
One thing you can fairly easily do, though, is to add a rust lexer. The ID you'll need is: wxSTC_LEX_RUST 111.
Regards,
David