3

I'm using Xcode 8.1, a simple Swift app with a custom class. I added documentation using ///, but it is not showing in the autocompletion popup.

However, it does show in the Quick Help sidebar and the Quick Help popup so the documentation is recognized by Xcode.

The autocomplete popup is the most important tool for me. I'd like the documentation to show there as well. How can I do that? (I tried restarting Xcode, clean/rebuild, etc.)

Screenshot

Source code:

class Person {
    /// Says "Hi!"
    func sayHi() {
    }
}
Mark
  • 6,647
  • 1
  • 45
  • 88
  • Autocomplete window that opens after you type "." and press Esc do not show short description from the documentation for me. I tried also Xcode 8.3.3, but it has the same problem. – Mohamed El-Nakeep Jun 13 '17 at 02:43

0 Answers0