An implementation of the Language Server Protocol for LaTeX
Find a file
dependabot[bot] c8a422bd50
Bump j2v8_linux_x86_64 from 4.6.0 to 4.8.0
Bumps [j2v8_linux_x86_64](https://github.com/eclipsesource/j2v8) from 4.6.0 to 4.8.0.
- [Release notes](https://github.com/eclipsesource/j2v8/releases)
- [Commits](https://github.com/eclipsesource/j2v8/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-29 21:35:30 +00:00
gradle/wrapper Show bibliography when completing citations 2019-03-01 12:12:02 +01:00
src Use appropriate path seperator on Linux 2019-03-09 19:59:46 +01:00
.azure-pipelines.yml Fix CI build 2019-03-29 22:27:30 +01:00
.gitignore Show preview of symbols in completion 2019-01-29 19:32:05 +01:00
build.gradle Bump j2v8_linux_x86_64 from 4.6.0 to 4.8.0 2019-03-29 21:35:30 +00:00
CONTRIBUTING.md Update readme 2019-01-02 18:55:35 +01:00
gradlew Set up project 2018-12-21 14:25:38 +01:00
gradlew.bat Set up project 2018-12-21 14:25:38 +01:00
LICENSE Initial commit 2018-12-21 14:08:48 +01:00
README.md Add Dependabot badge 2019-03-29 21:53:31 +01:00
settings.gradle Use brace expansion feature from kpsewhich 2019-03-07 22:40:07 +01:00

Build Status Coverage Maintainability 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

This project uses Gradle. To compile the server and run the tests execute the following command in the project directory:

./gradlew build

To use the local build with the extension, we recommend creating a symbolic link:

mkdir ../texlab-vscode/server
ln -s ../../texlab/build/libs/texlab.jar ./../texlab-vscode/server/texlab.jar

Contributing

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