A new LanguageTool integration for Visual Studio Code.
| images | ||
| src | ||
| .gitignore | ||
| .vscodeignore | ||
| LICENSE.txt | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| webpack.config.js | ||
LanguageTool Tex (LaToTex) Extension for Visual Studio Code
This extension sends LaTeX file contents to the LanguageTool API and displays grammar/style diagnostics in the code editor. It works both with the free API and the premium subscription.
⚠️ Disclaimer:
This extension is a work in progress. Features and behavior may change, and bugs are possible. Use with caution.
Usage
Settings:
latotex.endpoint— LanguageTool API endpoint (default: https://api.languagetool.org/v2)latotex.username— LanguageTool username (leave empty for free API)latotex.apiKey— LanguageTool API key (leave empty for free API)latotex.language— language code (default: en-US)latotex.onSave— run check on save (default: false)latotex.debug— enable debug mode... currently not implemented (default: false)latotex.ignore_all_latex_commands— ignore all LaTeX commands, like\textbf{}(default: true)
Commands:
LaToTex: Check with LanguageTool— run check on the active LaTeX file
Packaging
To package the extension, use the vsce tool. First, install it if you haven't already:
npm install -g vsce
Then, run the following command in the extension's root directory:
vsce package
Version Control
Main: https://git.cubenote.de/l-schulte/LaToTex.git
Mirror: https://codeberg.org/l-schulte/LaToTex.git