Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SwiftUI: The Structured Editing Popover (Command + Click) does not show up

In SwiftUI tutorial (link) it says to:

Command-click the text view’s initializer to show the structured editing popover, and then choose Embed in VStack

However, it does not work for me.

What is the command for that? What that deprecated already?

like image 981
zeh Avatar asked Aug 08 '19 03:08

zeh


1 Answers

If it helps someone out there, you must have changed Xcode shortcut preferences to go to "Definition" on "Command Click". So now for seeing the structured editing popover, use "Control Command Click".

like image 193
dev Avatar answered Oct 02 '22 13:10

dev