A LanguageTool plugin for Sublime Text 4 which does not require SublimeLinter or an LSP.
By default keybindings are
Key | Action |
---|---|
ctrl+shift+l | Check Text |
ctrl+shift+alt+l | Clear Suggestions |
ctrl+f8 | Next Error |
shift+f8 | Prev Error |
ctrl+. | Fix Error |
A menu is also dropped into "Tools", commands are in the pallette, hover popups identify errors, and suggestions can also be implemented from the right click menu.
This was tested on Linux only, and is certified as works on my machine.
ToDo: Fix some of the error squiggle positioning and markdown syntax false positives.