Skip to content
/ texlab Public
forked from latex-lsp/texlab

An implementation of the Language Server Protocol for LaTeX

License

Notifications You must be signed in to change notification settings

tani/texlab

 
 

Repository files navigation

GitHub release CTAN Arch Linux Homebrew Rust 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

Alternatively, Rust users can run the following command without having to clone this repository:

cargo install --git https://github.com/latex-lsp/texlab.git

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.

About

An implementation of the Language Server Protocol for LaTeX

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • Rust 98.5%
  • TeX 1.4%
  • Roff 0.1%