Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>PostCSS Intellisense and HighlightingNew to Visual Studio Code? Get it now.
PostCSS Intellisense and Highlighting

PostCSS Intellisense and Highlighting

Vu Nguyen

|
110,182 installs
| (12) | Free
Syntax highlighting and intellisense for PostCSS
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Banner

This extension is a mixed of two famous extensions postcss-language and vscode-postcss-language.

Installs

Installation

Install via the Visual Studio Code Marketplace →

Features

  • Basic autocomplete
  • Syntax highlighting
  • Support color preview
  • Play nicely with CSS Variable Autocomplete extension.

Support for Emmet

  1. Open the command palette and select Preferences: Open Settings (JSON)
  2. Add the following configuration:
{
  "emmet.includeLanguages": {
    "postcss": "css"
  }
}

Disable validation

"postcss.validate": false

Future development

  • Add real postcss language service server (currently using SASS language service with some tweaks)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft