Rust development with CodeLite

General questions regarding the usage of CodeLite
sydbarrett74
CodeLite Curious
Posts: 1
Joined: Wed Jun 08, 2016 1:07 am
Genuine User: Yes
IDE Question: C++
Contact:

Rust development with CodeLite

Post by sydbarrett74 »

Hello,

Has anyone attempted to use CodeLite for Rust development? Are there any known plugins? Any guidance is appreciated.

Thank you. :geek:
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Rust development with CodeLite

Post by DavidGH »

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
Post Reply