: Https://github.com/omz/ColorSense-for-Xcode
Modify the contents of the omcolorhelper.m file in the Omcolorsense.xcodeproj Project and implement the shortcut key function (control+c) to insert Color:
1Nsmenuitem *insertcolormenuitem =2[[Nsmenuitem alloc] Initwithtitle:@"Insert Color ..."3 Action: @selector (insertcolor:)4Keyequivalent:@"C"];//Modified by Kenmu5[Insertcolormenuitem Setkeyequivalentmodifiermask:nscontrolkeymask];//created by Kenmu, on order to use shortcut key to access it.6 [Insertcolormenuitem settarget:self];7[[Editmenuitem submenu] additem:insertcolormenuitem];
The same way as the Vvdocumenter Specification Note Generator is installed:
Download Open source project The plugin will be installed automatically when the Xcode is recompiled and you can restart Xcode to use the
Plugin settings:
How to use:
Colorsense Color Detector