csstools / csstools/postcss-language

This extension disables VS Code's IntelliSense for CSS:

Open
#12 6 comments 44 reactions 0 assignees View on GitHub
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.

![demo](https://user-images.githubusercontent.com/53160891/154872216-71a81df6-b076-47f4-ab18-ab426ee674ed.gif)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.