Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Colorful RegionsNew to Visual Studio Code? Get it now.
Colorful Regions

Colorful Regions

UIGray

|
1,593 installs
| (0) | Free
Colorize your code regions
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Colorful regions

Create color regions for your blocks of code and navigate easily. Currently it only supports JavaScript.

Colorful Regions Demo

How to use it

One option would be to use hex like this:

//#region #6195ED

// Code for this region...

//#endregion

Note that you can name your region and still add a color to it

//#region app model #6195ED

// Code for this region...

//#endregion

Or you can use the css names for colors

//#region app model papayawhip

// Code for this region...

//#endregion

Happy coding!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft