vieiro commented on PR #6856:
URL: https://github.com/apache/netbeans/pull/6856#issuecomment-1858932462

   > @arsi-apli @vieiro you might be interested in this, as this makes it 
possible to run rust-analyzer.
   > 
   > https://github.com/matthiasblaesing/netbeans/tree/rust-analyser has one 
more commit, that allows you to tie rust-analyzer into NetBeans, but it 
collides with the facilities provided by the rust CSL integration. We need to 
figure out how to dynamically switch from analysis with the antlr grammar to 
LSP (breadcrumbs, structure scanner) if we want to support both approaches.
   
   Note that the `rust-analyzer` integration in NetBeans needs some prior 
investigation, we first should decide if a single `rust-analyzer` instance is 
good enough for different "projects" or if each "project" should have a single 
`rust-analyzer` instance (see [1]). We should also decide what a NetBeans Rust 
Project is (a package, a workspace with many packages?, etc.). Also all this 
may require further changes in `ide/lsp.client`.
   
   
   [1] - https://github.com/helix-editor/helix/discussions/5889


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[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

Reply via email to