Xcode plugin for C Style Comment(uncomment) /**/
Xcode source editor extension for Xcode 8, see XcodeCComment.
- single line comment(uncomment)
- selection comment(uncomment)
- default key shortcut ^⌘/(control+command+/)
- build, or copy to ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins,and restart Xcode
- Menu->Edit->Comment, CMD+CTRL+/ for shortcut, compile to customise
- Build error? Copy CComment.xcplugin in Plugin to Xcode Plug-ins dir first to promote permission
- get Xcode(new version) UUID
defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
- add UUID to DVTPlugInCompatibilityUUIDs in file ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/CComment.xcplugin/Contents/Info.plist
- restart Xcode
Xcode-CComment is available under the MIT license. See the LICENSE file for more info.