Xcode // MARK: key shortcut

I accidentally button mashed my keyboard and Xcode inserted

// MARK: - <#MyProtocolName#>

What is the keyboard shortcut to have Xcode insert that MARK: comment?


I haven't customized Xcode and it was able to read my protocol name and put it into the code highlighted area.

// MARK: - Actionable

struct Foobar: Actionable
Xcode // MARK: key shortcut
 
 
Q