File tree Expand file tree Collapse file tree 4 files changed +12107
-12077
lines changed
vscode/quint-vscode/server Expand file tree Collapse file tree 4 files changed +12107
-12077
lines changed Original file line number Diff line number Diff line change 1+ # Quint Language Server
2+
3+ [ ![ npm (scoped)] ( https://img.shields.io/npm/v/@informalsystems/quint-language-server )] ( https://www.npmjs.com/package/@informalsystems/quint-language-server )
4+
5+ A language server for the [ Quint specification language] ( https://github.com/informalsystems/quint ) .
6+
7+ ## Installation
8+
9+ Install the [ latest published version from npm] ( https://www.npmjs.com/package/@informalsystems/quint-language-server ) :
10+
11+ ```
12+ npm i @informalsystems/quint-language-server -g
13+ ```
14+
15+ ## Usage
16+
17+ There are currently two clients for this server:
18+
19+ 1 . The Quint [ VSCode extension] ( https://marketplace.visualstudio.com/items?itemName=informal.quint-vscode )
20+ 2 . The [ Quint LSP client] ( https://github.com/informalsystems/quint/blob/main/editor-plugins/emacs/README.md ) for Emacs
21+
22+ They are capable of downloading and installing this server for you.
You can’t perform that action at this time.
0 commit comments