TAGML support for Sublime Text 3's LSP plugin.
Uses TAGML Language Server to provide completions, validation and other features for TAGML files. See linked repository for more information. Depends on the TAGML Sublime Syntax
- If you haven't already, install the Sublime Syntax for TAGML
- Install LSP and LSP-tagml from Package Control.
- Wait for the language server binary download to complete.
- Restart Sublime Text.
- The TAGML Language Server requires the Java Runtime (JRE, >= 8) to be installed. To check that, run
java -versionin your login shell. - The plugin does not distribute, but downloads the
tagml-language-server-{version}.jarbinary from the official source.