Open
Description
Similar to #2684.
It seems like a pretty common pattern to use a file for external consts / static consts when you're trying to abstract out your color / theme definitions. However, when you use these on a color property you get no indication of what the actual color is.
For example:
It'd be great to be able to see what the color is whenever it's attached to something that is expecting a Color value.