hra687261 / smt-lsp-vscode-extension

A VS Code extension for type checking and syntax highlighting the SMT-LIB Standard.
ISC License
1 stars 0 forks source link

SMT-LSP

Type checking and syntax highlighting the SMT-LIB Standard.

The LSP used by this extension is Dolmen's language server (dolmenls).

The syntax highlighting is a copy of SMT.tmbundle.

Dependencies

To use the extension you need to install dolmenls:

for more information on dolmenls checkout Dolmen's doc

Installation

From the Visual Studio marketplace: https://marketplace.visualstudio.com/items?itemName=hra687261.smt-lsp

From the Open VSX registry: https://open-vsx.org/extension/hra687261/smt-lsp

From source:

vsce package
code --install-extension smt-lsp-X.X.X.vsix

Configuration

The extension has the following settings:

TODO