I'm new to Swift programming. When I look at my Udemy course, the functions are always completed automatically.
Example:
"switch" becomes
switch <#value#> {
case <#pattern#>:
<#code#>
default:
<#code#>
}
the word automatically becomes a whole code snippet with a placeholder. When I enter "switch", there is only the dropdown menu where I can select "switch" but the code is not automatically output. It just shows the word "switch".
Does anyone know how to activate the whole thing? My teacher on Udemy couldn't help me either.
I'm using the latest Xcode from the App Store (13.0) on a Macbook M1 2021 with macOs Big Sur 11.6.