cairo-language-server

Crates.iocairo-language-server
lib.rscairo-language-server
version
sourcesrc
created_at2023-06-13 07:14:39.249454
updated_at2025-01-07 14:21:11.537305
descriptionThe Cairo Language Server
homepage
repositoryhttps://github.com/software-mansion/cairols
max_upload_size
id888752
Cargo.toml error:TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
StarkNet Crates.io Admins (github:software-mansion:starknet-crates-io-admins)

documentation

README

CairoLS

CairoLS is an implementation of Language Server Protocol for the Cairo language. Cairo is the first Turing-complete language for creating provable programs for general computation.

Quick start

CairoLS is distributed along with the Scarb package manager. To get started, install Scarb and the Cairo extension for your editor.

For Visual Studio Code, install the Visual Studio Code Cairo 1.0 extension from the marketplace.

For other editors that support LSP, you can point the editor to the scarb cairo-language-server command to start the server.

Support

For questions about CairoLS and official editor extensions, reach out to us on Telegram.

Commit count: 985

cargo fmt