matthiasblaesing commented on PR #6305: URL: https://github.com/apache/netbeans/pull/6305#issuecomment-1668442265
> I am a bit on the fence on compile commands, though. Not sure how that can work reasonably for anything more complex than simple examples? I mean, if the code in the editor depends on extra libraries, how will that work, if the locations are not provided? How will the user find out the problem is in the configuration? For the why: the LSP module still provides structure, goto support (inside a file), partitial code completion, formatting help. I only occasionally look into C code/headers and for this it would helpful to get the support, that can I get without tinkering with configurations I'm not interested in. I have the same problem when working on liferay with NetBeans. The gradle projects can't be properly loaded, but it is still better, than nothing. For the "How to know something is missing":  https://github.com/apache/netbeans/blob/0fab71ce352999143402ff588dcb07f131cfd05e/cpplite/cpplite.editor/src/org/netbeans/modules/cpplite/editor/UnconfiguredHint.java#L92-L100 -- 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
