I want to install color picker see package here https://packagecontrol.io/packages/ColorPicker, but in the install package dropdown , this plugin does’t show up at all
Colorpicker not showing in package manager
Opps , this is embarassing ! yes its already installed , 2 more questions .
-
the keybindings seems to clash with that of CSS comb plugin , should i edit thsi directly in the
Default (Windows).sublime-keymap
file ?? -
Is there some other plugin similar to thsi one , that when your typing the values for either
color
orbackground-color
, gives a dropdown of really awesome colors , this way i don’t have to go figure out a great or good looking color from color picker , good for making demos !
No, you’ll want to open Preferences > Key Bindings – User and make changes there. The User package is always loaded last and never overwritten.
I’m not sure about a package for color completions. Someone else may be able to provide better feedback on this.
@wbond This is the first time i’ve edited the users file , looks like below:
[ { "keys": ["ctrl+shift+r"], "command": "browser_refresh", "args": { "auto_save": true, "delay": 0.0, "activate": true, "browsers" : ["chrome"] } }, { "keys": ["ctrl+shift+m"], "command": "color_pick" } // this is the line i have added . ]
Hope i did’t screw up ! . Thanks superstar !