| A tool to display color tooltips in Less files Features
Display color tooltips in .lessand.vuefilesSupports #RRGGBB,#RGB, andrgba()color formatsSearches for color properties from specified file paths and displays them in tooltips Installation
Open Visual Studio CodeGo to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing Ctrl+Shift+XSearch for LessColorTooltipClick Installto install the extension Usage
Open a .lessor.vuefileHover over a color value (e.g., #RRGGBB,#RGB, orrgba())If the color is defined in the specified file paths, a tooltip with the color properties will be displayed ConfigurationAdd the following configuration in the VS Code settings to specify the file paths for searching color properties and variables: {
  "lessColorTooltip.themePath": "path/to/your/theme/file",
  "lessColorTooltip.variablePath": "path/to/your/variable/file"
}
 |  |