netbeans-gradle-project
netbeans-gradle-project copied to clipboard
Support C/C++ Projects
Gradle has support for native projects (C, C++, asm). If the Gradle plugin supported these there may even be the possibility of limited support for C/C++ projects using the Visual Studio Compiler in NetBeans (probably no debug support).
I think this would mainly be about finding the source sets so they could be presented in NB. Running regular Gradle tasks would cover the basic needs after that.
True native project support is out of scope for this plugin but might be developed in a separate extension (relying on this plugin). A basic support should be relatively simple to implement though.
What is currently possible, is to use the idea plugin and see c++ source folders as Java packages. You will need to rely on the old API for this though (configured in the global settings).