csslsrs

Crates.iocsslsrs
lib.rscsslsrs
version0.1.0
created_at2024-12-15 23:18:52.900717+00
updated_at2024-12-15 23:18:52.900717+00
descriptionLanguage service for CSS, providing features like completions, hover, and folding ranges.
homepage
repository
max_upload_size
id1484500
size1,152,510
Erika (Princesseuh)

documentation

README

CSSlsrs logo

A CSS Language Service made with Rust.

(Work In Progress) It provides full-featured language support for CSS, including syntax highlighting, code completion, error checking, and more. Compliant with the Language Server Protocol, CSSlsrs can be integrated into Language Servers written in Rust or JavaScript (via WebAssembly). Thanks to Biome's parser, we deliver a fast and efficient language service, designed to improve your productivity when working with CSS.

Features

Feature CSSlsrs VScode Differences
Hover 🟨 Lacks HTML previews
Completion -
Path completion -
Definition -
References -
Document Symbols -
Document Highlights -
Code Actions -
Code Lens -
Rename -
Colors -
Color Presentation Supports for LCH & Lab
Folding -
Selection Range -
Validation -
Custom data -
Super-set of CSS -
Commit count: 0

cargo fmt