Multiple line comment in Xcode 8

DaveLass picture DaveLass · Sep 15, 2016 · Viewed 17.7k times · Source

I just upgraded to Xcode GM 8.0 and noticed ⌘ + / is not commenting out selected lines. Is there another command to comment out multiple lines in Xcode 8?

Answer

amiladiman picture amiladiman · Sep 16, 2016

In Xcode7 and earlier versions, the commenting option was available in Editor > Structure > Comment Selection. In Xcode 8 this option is disabled.

To enable these options run sudo /usr/libexec/xpccachectl and restart your Mac.

There is thread on Apple Developer Forums regarding this issue and several possible fixes. For me running the above command and restarting the Mac did the fix.

Also in Xcode 8 release note it states:

To use the Editor's Comment/Uncomment Selection and Add Documentation commands—as well as other installed Xcode Extensions—on OS X version 10.11, launch Xcode and install additional system components, then restart your Mac. (26106213)