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

Improve support for Intellisense of unbuildable components inside Visual Studio and Xcode #980

Closed lacasseio closed 5 years ago

lacasseio commented 5 years ago

Given we don't create a binary model for unbuildable configuration, we don't have access to the correct include path, etc. It causes unbuildable configuration to have incomplete information to provide the right Intellisense information.

This work should focus on finding a way to dissociate the calculation of the binary include path and such from the binary implementation.

big-guy commented 5 years ago

dupe #977