wrtobin / report-regions

This package provides a simple way to colorize regions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colored Regions for Visual Studio Code

This package provides a simple way of colorizing regions.

Installation

Install through VS Code extensions. Search for Colored Regions

Visual Studio Code Market Place: Colored Regions

Can also be installed using:

ext install colored-regions

Features

Customize your regions by providing a rgba(r, g, b, a) color, or create a custom named color in user settings or package.json (workspace) and use it.

features

Settings

Settings will be read from (listed by priority):

  1. package.json (workspace)

package settings

  1. user settings

user settings

Example

regions example

Roadmap

  1. Settings - done!
  2. Support for nested regions

Release Notes

0.0.3

  • Added support for named colors

named colors

  • Named colors defined in package.json (workspace)

package settings

  • Named colors defined in user settings

user settings

0.0.2

  • Added support for more languages

supported regions

0.0.1

  • MVP release

About

This package provides a simple way to colorize regions.


Languages

Language:TypeScript 100.0%