Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Bold & Italic HighlighterNew to Visual Studio Code? Get it now.
Bold & Italic Highlighter

Bold & Italic Highlighter

krumpyzoid

|
48 installs
| (0) | Free
Adds bold and italic font styles without changing theme colors.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Bold & Italic Highlighter

Adds bold/italic/normal font styles without changing theme colors.

Features

  • TypeScript / TSX / JSX (React): styles keywords, declarations, function calls, JSX attribute names, and more via editor decorations (no colors).
  • HTML: italicizes attribute names (no colors).

Configuration

Settings live under the fontstyle.* namespace.

Examples:

{
  "fontstyle.typescript.enabled": true,
  "fontstyle.typescript.keywords": {
    "import": "bold",
    "from": "bold",
    "const": "bold"
  },
  "fontstyle.typescript.jsxComponentName": "bold",
  "fontstyle.html.attributeNames": "italic"
}

Release notes

See CHANGELOG.md.

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