Trouble with playgrounds Xcode

Hello everybody,


I am trying to start my Playgound in Xcode but I am finding it hard to work with. Everything I have done so far has been in normal Xcode. I create a new project and then everything is pretty straight-forward.


But now I am trying to create a playground. I don't have code completion and I can't work this multiple files. Is there anything that I am doing wrong?


Thank you. 🙂

As I have understood, in this year challenge we can work only with Swift Playground. I have found out that you can even implement tableView in them (in code). If you want to deep dive, I recommend you to check this link https://developer.apple.com/documentation/playgroundsupport

and search for reall projects on the web. This is my strategy)

Trouble with playgrounds Xcode
 
 
Q