Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Live CSSNew to Visual Studio Code? Get it now.
Live CSS

Live CSS

Miroki

|
17 installs
| (0) | Free
Automatically cycles and inserts CSS values with a live preview extension.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Live CSS

Live CSS is a VS Code extension that lets you cycle through valid CSS values instantly using a quick-pick menu.
Perfect for fast prototyping — combine it with Live Preview extension to see changes in real time.


Features

  • Auto-detects CSS properties and shows valid keyword suggestions.
  • Replaces only the value (keeps the property intact).
  • Automatically ensures only one semicolon at the end.
  • Quick Pick value selector.
  • Keyboard shortcut: Ctrl + Shift + W.

Usage

  1. Open a .css file.
  2. Place your cursor over a CSS value, for example:

border-style: solid;

  1. Click on solid and press Ctrl + Shift + W.
  2. Start changing the CSS keyword values (like solid, flex, absolute, etc.) using the arrow keys.
  3. Watch the Live Changes with Live Preview.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft