C++ autocompletion doesn't work in namespaces

Howdy! Trying to call objects from C++ library and autocompletion from namespaces on Xcode 14.3 Beta doesn't work correctly. Should I use nightly builds toolchain?

Xcode can return information about enum type, but nested methods and classes don't show for me.
Project compiles well.

Thanks for reporting the issue. It's something we've hit before but haven't got a chance to resolve it yet. I filed an issue on Github to track it: [cxx-interop][IDE] support code-completion for namespace members · Issue #65736 · apple/swift · GitHub .

2 Likes