I have a color, let's say XYZ that I use a lot as #ec7c17. I can select by name for blue, gray, white, etc. can I add my own CSS color name to the suggestion list?
There is no settings place where you can add your own custom color to such pre-defined list. And AFAIK if color was already used in a file then it will be offered in code completion popup automatically. Same with fonts.
P.S. If you use preprocessors of any kind (i.e. Less/Sass/SCSS/Stylus/Compas) then you could use variables (e.g. define variable for that color and use it everywhere)
Hi there,
There is no settings place where you can add your own custom color to such pre-defined list. And AFAIK if color was already used in a file then it will be offered in code completion popup automatically. Same with fonts.
P.S.
If you use preprocessors of any kind (i.e. Less/Sass/SCSS/Stylus/Compas) then you could use variables (e.g. define variable for that color and use it everywhere)