Bevy-Color
Currently tested with version FeaturesColor previewShows a preview of the color next to its declaration.
This currently works for colors declared with Color pickerClicking on the color preview or hovering over the detected color definition opens a color picker. Selecting a color replaces the original color with the new color. If possible the same color space is used for the new color. Color value rangeValues outside of the expected range for a color space are marked with a diagnostic. RequirementsThis extension does currently not have any requirements. Extension SettingsThis extension does currently not provide any settings. Known IssuesThe color detection is based on multiple regular expressions and does currently not cover all possible ways to declare a color provided by While it is limited to rust files it does not actually know if Release NotesSee CHANGELOG.md for a list of changes. |