Currently I learning Swift/SwiftUI and using Xcode. I have some "troubles" with autocompletion
Actual behaviour (example)
VStack can have 3 parameters alignment:spacing:content:
When I start type "spa" autocompletion shows and when I press Enter/TAB it automatically add all 3 parameters - which is correct
What I want:
It is possible to somehow add only one ? (In this case spacing). I know I can delete unnecessary parameters or type full length "spacing:" but is there any shortcut for this ?
Thanks for advice