How can we comment multiple lines in Xcode 9. I know about Command + /
But This inserts //
in front of every selected line.
But I want it like /*......*/
How can we comment multiple lines in Xcode 9. I know about Command + /
But This inserts //
in front of every selected line.
But I want it like /*......*/
Xcode does not provide that type of comment (/* .. */)
in shorthand in any version so nothg different in x-code 9 regarding this,
check this -> https://forums.developer.apple.com/thread/49473
So for code commenting do anyone of follow
cmd+/
is used for //
the multiple lines,/* ... */
either you have to manually Code Snipplet