Swift autocompletion in playground

When I open the xcworkspace and go to any design pattern to start coding, it seems like it doesnt regconize even the basic framework like UIKit. And of course, autocompletion is not working here too. Any idea why and how to solve this ?
Screen Shot 2020-02-09 at 3.31.15 PM

1 Like

You’re looking at a workspace which is meant to be used to group projects, but not develop in them. Start a new project to get autocompletion working again

Hi there,

I found out a way. Instead of using wcworkspace file, just use the corresponding playground inside.
Screen Shot 2020-02-15 at 9.59.52 AM