Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Ansi MarkerNew to Visual Studio Code? Get it now.
Ansi Marker

Ansi Marker

Liran Uziel

|
163 installs
| (0) | Free
render ansi marker to better see the text ansi decoration
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ansi-marker README

This extention let you see how an ansi code will show on the console, use in ansi-color lib

Usage

Once this extention is install all you need to do is add key-mark to you line of code

//Ansi [flags] msg

inside the flags you can use the fallowing flags

  • color
  • bg-color
  • bold
  • italic
  • underline
  • strikethrough

Note: color can have value for both normal and bright colors

Example

const a = 31; //Ansi [color 31 bold] Hello, World

msg will look like this Hello, World

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