Skip to content

[Feature Request] Color Picker for Flutter's Color(s) similar to CSS  #3240

@osaxma

Description

@osaxma

For CSS files in VS Code, a color picker is provided next to the color's definition for easy selection as shown in the screenshot below:

Screen Shot 2021-03-30 at 12 18 37 PM

example.css
#p1 {background-color: #ff0000;}            
#p2 {background-color: hsl(120, 100%, 50%);}   
#p3 {background-color: rgba(0, 4, 255, 0.733);} 

It'd be a handy feature for Flutter.

Also, showing the color next to the definition may be better than showing it at the margin -- especially when multiple colors are defined on the same line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    in editorRelates to code editing or language featuresin flutterRelates to running Flutter appsis enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions