csstools / csstools/postcss-language
This extension disables VS Code's IntelliSense for CSS:
Open
- Dominant language
- No language data
- Stars
- 83
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
When the extension is enabled, it's a pain to write css code. No IntelliSense / no autocomplete / no errors / warnings / etc. Similar as using the Notepad from Windows.

The following is set. But emmet alone is not enough. How to enable IntelliSense?
```json
{
"emmet.includeLanguages": {
"postcss": "css"
}
}
```
sstools.postcss: v1.0.9
vscode: v1.64.2 (Windows 10)
Contributor guide
Assessment
This issue has not been assessed yet.