Post

Replies

Boosts

Views

Activity

Reply to C++ include path completion for header using .hpp as a suffix
Unfortunately, each version of Xcode introduces a new bug into autocompletion of headers. So, this keeps you busy filing a new bug report whenever a new version is released. Xcode 14 solved an autocompletion bug of the previous version (additional " or > characters were added to the include path), now, autocompletion does not work at all anymore for user defined include paths. For system include paths it works in the sense that the closing > character is not added anymore.
Sep ’22