fork of texlab-vscode, provides editing support for LaTeX documents, powered by the TexLab language server.
:CocInstall coc-texlab
- A TeX distribution. All distributions that are based on TeX Live or MikTeX are supported.
- On Windows, you will need to install Microsoft Visual C++ Redistributable for Visual Studio 2015.
More info in TexLab Docs
texlab.path: custom path totexlabbinary, defaults""texlab.rootDirectory: Path to the root directory, defaultsnulltexlab.build.executable: path to a LaTeX build tool, defaultslatexmktexlab.build.args: additional arguments passed to build tooltexlab.build.onSave: build after saving a file, defaultsfalsetexlab.build.isContinuous: Set this property to true if the build arguments imply a continuous build (like latexmk -pvc), defaultsfalsetexlab.build.forwardSearchAfter: Execute forward search after building, defaultsfalsetexlab.auxDirectory: directory containing the build artifacts, defaults"."texlab.forwardSearch.executable: path to a PDF previewer that supports SyncTeX, defaultsnulltexlab.forwardSearch.args: additional arguments passed to the previewer, defaults[]texlab.chktex.onOpenAndSave: lint using chktex after opening and saving a file, defaultsfalsetexlab.chktex.onEdit: lint using chktex after changing a file, defaultsfalsetexlab.bibtexFormatter: BibTeX formatter to use, defaultstexlabtexlab.formatterLineLength: maximum amount of characters per line, defaults80texlab.latexFormatter: LaTeX formatter to use, defaultslatexindenttexlab.latexindent.local: Configures the--localflag of latexindent, defaultsnulltexlab.latexindent.modifyLineBreaks: Configures the--modifylinebreaksflag of latexindent, defaultsfalse
latex.Build: build current filelatex.ForwardSearch: performs a forward search from the current filelatex.UpdateLanguageServer: upgrade TexLab Server to latest version
MIT