gradle / gradle-native

The home of Gradle's support for natively compiled languages
https://blog.gradle.org/introducing-the-new-cpp-plugins
Apache License 2.0
92 stars 8 forks source link

IDE plugins should be able to query unbuildable binary information #977

Open lacasseio opened 5 years ago

lacasseio commented 5 years ago

Expected Behavior

We should be able to query all binary (including unbuildable one) information to properly configure IDE project so the Intellisense works better.

Current Behavior

For an unbuildable component depending on a buildable component, we can't get the C++ include path of the dependency. This affects the quality of the code navigation. It would be possible to create an ad-hoc solution, however, it would require to use lots of the code hidden in DefaultNativeBinary.

Context

Steps to Reproduce (for bugs)

Your Environment