vieiro commented on issue #6979: URL: https://github.com/apache/netbeans/issues/6979#issuecomment-1922233699
> * on CND side: > -- support for ccls (this shouldn't really be difficult, and I am not clear why there's a pushback against this) > -- cnd.lsp must allow other projects to provide the (location of the) compilation database. Besides the Lightweight project, the `java/java.openjdk.project` can provide the (location of the) compilation database. `cnd.lsp` should be probably renamed to `cnd.makeproject.lsp`, as it's specific for make based projects. Adding support for `ccls` shouldn't be difficult. Currently a single `clangd` instance can support different projects, I'm not sure if `ccls` is able to that. IIRC ccls didn't support different projects last time I looked at it. -- 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
