weblsp

Crates.ioweblsp
lib.rsweblsp
version0.1.0
created_at2024-12-15 23:19:52.73301+00
updated_at2024-12-15 23:19:52.73301+00
descriptionLanguage server for the web.
homepage
repository
max_upload_size
id1484501
size40,989
Erika (Princesseuh)

documentation

README

WEBlsp logo

A better Language Server for the Web, made with Rust.

(Work In Progress) It provides full-featured language support for HTML and CSS, including syntax highlighting, code completion, error checking, and more. Compliant with the Language Server Protocol, WEBlsp is designed to work with any IDE that supports LSP. Build on top of HTMLlsrs and CSSlsrs, our own modern, fast, and reliable Language Services.

TODO

  • LSP basic server
  • Handle request by language (HTML, CSS)
  • CSS Language Service (CSSlsrs) integration
  • HTML Language Service (HTMLlsrs) integration
  • Publish VSCode extension

Useful commands

  • cargo build - Build the project
  • cd ./packages/vscode && pnpm run compile - Compile the vscode extension
Commit count: 0

cargo fmt