Watched Stanford’s CS193P Spring 2021 Lecture 4: Memorize Game Logic.

Watched 5 SwiftUI Concepts Every Beginning SwiftUI Developer Needs To Know (2020).

TIL Editor in Xcode allows copy Qualified Symbol Name. Here is how copied qualified symbol name looks like: ContentView.getter:body. Screenshot of Xcode showing contextual menu with Copy Qualified Symbol Name item.

TIL there’s a thing in Xcode called Code Actions. If code is selected, code action for it could be called with CMD-Shift-A or with CMD-Shift-Click on a Symbol. Screenshot from Youtube video 5 SwiftUI Concepts Every Beginning SwiftUI Developer Needs To Know (2020) showing Code Actions in Xcode.