Hi, I believe we are still working on integrating the CND C/C++ support.
So, I wonder, would a temporary lightweight C/C++ support make sense? See: https://github.com/apache/netbeans/pull/2234 Basically, this has a rudimentary C/C++ project that allows the users to provide commands for the build/run actions and some additional settings; syntax highlighting using TextMate grammars; code completion and other editing support is through the Language Server Protocol, using the ccls language server, which the users need to provide themselves; and a *very* rudimentary debugger using gdb (based on the Ant debugger, and gdb interface from CND). It does not have as many features as CND, so this is not fully featured, but I wonder if it could help at least some of our users until CND is finished. When CND is installed, CND should take precedence in important aspects. At least that is the idea. What do you think? Any feedback on the support if welcome as well, of course! Thanks, Jan
