Not entirely sure if this should be a bug or a suggestion, but it sure would be nice to have fixed before RTM.
Apparently Color Swatch does not operate correctly with the short versions used in CSS files, like #fff or #369.
Apparently these short had versions are short for #ffffff and #336699
Steps to Reproduce:
Create css file thus:
-------------------------------------------------------------
body
{
background-color: #123;
}
-------------------------------------------------------------
Actual Results:
No color swatch
Expected Results:
Treat #123 as if it were written #112233, underlining the #123 and which should lead to usual functionality.
Changed report to correctly indicate the version of CodeRush I am using.