1
Hello
Is there a shortcut for commenting multiple lines in the Xcode? I mean, I use it today /*...*/
, but I have to go to the beginning of the block to mark the beginning and do the same until the end.
1
Hello
Is there a shortcut for commenting multiple lines in the Xcode? I mean, I use it today /*...*/
, but I have to go to the beginning of the block to mark the beginning and do the same until the end.
3
command + /, will comment on the selected lines
Browser other questions tagged ios swift objective-c xcode
You are not signed in. Login or sign up in order to post.