Gathering detailed insights and metrics for vscode-css-languageservice
Gathering detailed insights and metrics for vscode-css-languageservice
Gathering detailed insights and metrics for vscode-css-languageservice
Gathering detailed insights and metrics for vscode-css-languageservice
volar-service-css
Integrate vscode-css-languageservice into Volar
@mantou/vscode-css-languageservice
Language service for CSS, LESS and SCSS
vscode-css-languageservice-rn
Language service for CSS in React Native Styled Components
vscode-css-languageservice-commonjs
Language service for CSS, LESS and SCSS
CSS, LESS & SCSS language service extracted from VSCode to be reused, e.g in the Monaco editor.
npm install vscode-css-languageservice
Typescript
Module System
Node Version
99.1
Supply Chain
94.3
Quality
93.4
Maintenance
100
Vulnerability
100
License
TypeScript (93.07%)
JavaScript (6.56%)
SCSS (0.36%)
CSS (0.02%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
348 Stars
1,137 Commits
195 Forks
33 Watchers
24 Branches
145 Contributors
Updated on Jun 30, 2025
Latest Version
6.3.7
Package Id
vscode-css-languageservice@6.3.7
Unpacked Size
3.70 MB
Size
420.68 kB
File Count
92
Node Version
18.5.0
Published on
Jun 30, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Language services for CSS, LESS and SCSS
The vscode-css-languageservice contains the language smarts behind the CSS, LESS and SCSS editing experience of Visual Studio Code and the Monaco editor.
npm install --save vscode-css-languageservice
For the complete API see cssLanguageService.ts and cssLanguageTypes.ts
npm install
npm test
to compile and run testsHow can I run and debug the service?
cssCompletion.ts
How can I run and debug the service inside an instance of VSCode?
npm link
in the folder of vscode-css-languageservice
npm link vscode-css-languageservice
in vscode/extensions/css-language-features/server
to run VSCode with the latest changes from vscode-css-languageservice
vscode/scripts/code.sh|bat
) and open a .css
filevscode-css-languageservice
sources, run command Debug: Attach to Node process
and pick the code-oss
process with the css-language-features
path
cssCompletion.ts
.css
fileNote: All CSS entities (properties, at-rules, etc) are sourced from https://github.com/microsoft/vscode-custom-data/tree/master/web-data and transpiled here. For adding new property or fixing existing properties' completion/hover description, please open PR there).
(MIT License)
Copyright 2016, 20 Microsoft
With the exceptions of build/mdn-documentation.js
, which is built upon content from Mozilla Developer Network
and distributed under CC BY-SA 2.5.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
security policy file detected
Details
Reason
all changesets reviewed
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
9 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 9
Reason
branch protection is not maximal on development and all release branches
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More