|
| 1 | +--- |
| 2 | +title: VS Code Extension |
| 3 | +nav_order: 4 |
| 4 | +has_children: true |
| 5 | +has_toc: false |
| 6 | +permalink: /vscode-extension/ |
| 7 | +description: Use the LiquidJava VS Code extension for live diagnostics, syntax highlighting, and IDE feedback while editing Java code. |
| 8 | +cards: |
| 9 | + - title: Real-Time Diagnostic Feedback |
| 10 | + url: /vscode-extension/real-time-diagnostic-feedback/ |
| 11 | + description: Real-time diagnostic reporting directly in the editor as you code. |
| 12 | + - title: Syntax Highlighting for Refinements |
| 13 | + url: /vscode-extension/syntax-highlighting/ |
| 14 | + description: Easily read and interpret refinement predicates with syntax highlighting. |
| 15 | + - title: Autocomplete for Refinements |
| 16 | + url: /vscode-extension/autocomplete/ |
| 17 | + description: Context-aware auto-completion support for refinement predicates. |
| 18 | + - title: Webview |
| 19 | + url: /vscode-extension/webview/ |
| 20 | + description: VS Code webview with interactive diagnostic explorer, context debugger, and state machine visualizer. |
| 21 | + - title: Status Bar Indicator |
| 22 | + url: /vscode-extension/status-bar-indicator/ |
| 23 | + description: Indicator to show the current state of LiquidJava. |
| 24 | + - title: Commands |
| 25 | + url: /vscode-extension/commands/ |
| 26 | + description: Commands provided by the extension for various interactions. |
| 27 | + - title: Output Channel |
| 28 | + url: /vscode-extension/output-channel/ |
| 29 | + description: Output channel for LiquidJava logs. |
| 30 | +--- |
| 31 | + |
| 32 | +# VS Code Extension |
| 33 | + |
| 34 | +The LiquidJava VS Code extension integrates the verifier into the editor, with real-time diagnostic reporting, syntax highlighting and autocomplete for refinements, and more. It is built as a VS Code client and a language server that communicate through the Language Server Protocol (LSP). |
| 35 | + |
| 36 | +> You start using the extension, you can follow the setup guide [here]({{ 'getting-started/setup/#vs-code-extension' | relative_url }}). |
| 37 | +
|
| 38 | +{% include card_grid.html cards=page.cards %} |
0 commit comments