Re: Language Server Protocol - rust-analyzer

2023-11-11 Thread arsi
Hi, why don't you open a PR? Not only do we have some LSP tests, CI can also produce a dev-build for those who are interested in testing the change. The PR dev builds do include the rust cluster too. (I don't know whether /initialize/ or /initialized/ is correct, but this might make

Re: Language Server Protocol - rust-analyzer

2023-11-11 Thread Michael Bien
On 11.11.23 17:26, arsi wrote: H*i,* Since yesterday I've been trying to run the rust-analyzer and I finally found the reason why it doesn't work.. In the *LSPBindings* class, *server.initialize* is called, but it should be followed by *server.initialized* and that is missing and that's why

Re: Language Server Protocol - rust-analyzer

2023-11-11 Thread arsi
Hi, For the impatient I have prepared a mavenized plugin for NB19: https://github.com/arsi-apli/aNB-LspClient And you need to compile the ANTLR4 Rust plugin, instructions can be found here: https://cwiki.apache.org/confluence/display/NETBEANS/Rust+plugin ArSi

Re: Language Server Protocol - rust-analyzer

2023-11-11 Thread Antonio
D'oh! So we have people already integrating rust-analyzer, that's great news! Here's a volunteer! What shall I do? I'm currently working, as time permits, in rust support [1]. Currently adding support for Cargo workspaces. Cheers, Antonio [1]