You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- * [Formalization of LiquidJava](https://github.com/CatarinaGamboa/liquidjava-formalization) - not opensource yet -->
26
27
27
28
## Getting Started
28
29
29
30
### VS Code Extension
30
31
31
-
The easiest way to use LiquidJava is through its [VS Code extension](https://github.com/CatarinaGamboa/vscode-liquidjava), which uses the LiquidJava verifier directly inside VS Code, with error diagnostics and syntax highlighting for refinements.
32
+
The easiest way to use LiquidJava is through its [VS Code extension](https://marketplace.visualstudio.com/items?itemName=AlcidesFonseca.liquid-java), which uses the LiquidJava verifier directly inside VS Code, with real-time error diagnostics and syntax highlighting for refinements.
32
33
33
34
### Command Line
34
35
@@ -41,6 +42,28 @@ Before setting up LiquidJava, ensure you have the following installed:
41
42
- Java 20+ - JDK for compiling and running Java programs
42
43
- Maven 3.6+ - For building and dependency management
43
44
45
+
Additionally, you'll need the following dependency, which includes the LiquidJava API annotations:
0 commit comments