GitHub user matthiasblaesing added a comment to the discussion: How to use Rust and Netbeans?
Anyone interested in rust on NetBeans might be interested in this Branch: https://github.com/matthiasblaesing/netbeans/tree/rust-analyser The idea is to use rust-analyer (the Rust LSP server) to provide the required services. I'm waiting for an updated toml-java and will then create a PR from that. The idea of that branch is, that the grammar based analysis remains in place as fallback, but user in encouraged to use rust-analyzer. Still missing: - once per session info that rust analyzer should be downloaded for better support - alignment of icons between lsp-client and rust.grammar if possible. If needed I can provide a prebuilt binary for the branch. GitHub link: https://github.com/apache/netbeans/discussions/6264#discussioncomment-15674735 ---- 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
