Swift Playgrounds 4.2: No contextual help available while using the App Template

While using the Playground template, I get the contextual Help with the code, if I do Help on a variable it will tell me the Type. Then if I am working on the App template, instead of the Playground, there is not Help available, I will always get the message "No Documentation Available", why?

Replies

Hmmm, this is working for me. Here’s what I did:

  1. Using Swift Playgrounds 4.2.1 on macOS 13.1, I chose File > New App Playground.

  2. In the ContentView.swift file, I selected the View in this line:

    struct ContentView: View {
    
  3. I did a control click and chose Help.

I got a popover with help about that class.

Please try this out and let me know what you see.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"