-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Feature RequestLanguage ServicefixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.
Description
Feature Request for macOS
Please consider supporting the finding of include files in macOS frameworks, where the include files are located together with libraries inside framework bundles.
Compilers on macOS have built-in support for frameworks.
An example based on the Qt Core framework:
QtCore.framework/
|── Headers -> Versions/Current/Headers
|── Resources -> Versions/Current/Resources
└── Versions
|── 5
| |── Headers
...
qiodevice.h
QProcess.h
| └── Resources
└── Current -> 5
The file QProcess.h has include directive #include <QtCore/qiodevice.h>, and it is impossible to define the macOS includePath in a way that IntelliSense would find the included header.
Additional links on the framework bundles:
https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/BPFrameworks/Concepts/FrameworkAnatomy.html#//apple_ref/doc/uid/20002253-99920-BAJFEJFI
http://blog.bfitz.us/?p=1793 - see chapter Frameworks (NeXT/Mac OS X)
Pagghiu, jiayihu, OMKE, hex-puck and guillaumerybak
Metadata
Metadata
Assignees
Labels
Feature RequestLanguage ServicefixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.