An implementation of the Language Server Protocol for LaTeX
Find a file
2019-09-27 15:11:10 +02:00
crates Update tokio to the latest version 2019-09-05 18:58:20 +02:00
src Start replacing old integration tests and benches 2019-09-27 15:11:10 +02:00
tests Start replacing old integration tests and benches 2019-09-27 15:11:10 +02:00
.azure-pipelines.yml Remove DEB and RPM packages from CI 2019-08-22 16:48:39 +02:00
.build-steps.yml Remove DEB and RPM packages from CI 2019-08-22 16:48:39 +02:00
.gitignore Remove Cargo.lock files from library crates 2019-08-26 12:44:09 +02:00
build.rs Handle BibTeX strings when rendering citations 2019-08-30 13:32:09 +02:00
Cargo.lock Revert "Sort symbols by project order" 2019-09-23 18:59:44 +02:00
Cargo.toml Start replacing old integration tests and benches 2019-09-27 15:11:10 +02:00
CHANGELOG.md Update changelog 2019-08-27 14:57:13 +02:00
CONTRIBUTING.md Update readme 2019-01-02 18:55:35 +01:00
LICENSE Initial commit 2018-12-21 14:08:48 +01:00
README.md Add AUR badge 2019-08-22 18:20:31 +02:00
rust-toolchain Update Rust toolchain 2019-08-21 10:56:37 +02:00

GitHub release AUR Build Status Coverage Dependabot

TexLab

A cross-platform implementation of the Language Server Protocol providing rich cross-editing support for the LaTeX typesetting system. We provide an extension for Visual Studio Code.

Learn more about the project on our website.

Getting Started

See the installation chapter from our docs.

Building from Source

You will need to install the following dependencies to compile the server:

Then run the following command in the project folder:

cargo build --release

Development

You can create a debug build by building the server without the --release flag. The resulting build can be used with the Visual Studio Code extension by adding the absolute path of the target/debug folder to your PATH environment variable.

TexLab has an extensive test suite of unit and integration tests. You can run them by executing

cargo test --all

in the project folder.

Contributing

See CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.