GitHub user vieiro added a comment to the discussion: How to use Rust and Netbeans?
@matthiasblaesing is right, `rust-analyzer` is the way to go. It's very easy to install: ``` $ rustup component add rust-analyzer ``` (which can be ran from within the cluster in case of need). Some stuff needing care in the `rust` cluster, additionally to Matthias' plan: - Rust grammar needs improvements (e.g. declaring variables in multiple parts of a function). - LSP can do a good job in indenting, but some default indenting should be in plance, I think. I have seen little interest in `rust` support over the years, and I haven't find time to dedicate to it. But I may be able to help in specific parts if required. I'll take a look at the `toml` enhancements during the next two weeks. GitHub link: https://github.com/apache/netbeans/discussions/6264#discussioncomment-15697361 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
