The Waterproof vscode extension helps students learn how to write mathematical proofs.
For the Waterproof extension to work on Windows, one needs to use WSL. If WSL is not yet set up on your Windows computer, open a Powershell window (for instance by clicking on the magnifying glass, typing "Powershell" and selecting the Powershell app). In the Powershell window that appears, execute
wsl --install
If necessary, you can find more information about WSL and how to install it here.
Step 1: Install this Waterproof vscode extension
From this page in vscode, you can just click on the "Install" button.
Within a WSL distribution, execute the following lines:
apt-get install opam
opam init
eval $(opam env)
opam install coq-lsp
opam install coq-waterproof
Step 3: Install the WSL vscode extension
Press Ctrl+Shift+P
and type "WSL: Connect to WSL using Distro..."
Alternatively, one navigate to a folder in WSL itself, and type code .
to open the folder in WSL itself.
Step 1: Install this Waterproof vscode extension
In a terminal, execute the following lines
apt-get install opam
opam init
eval $(opam env)
opam install coq-lsp
opam install coq-waterproof
Step 1: Install this Waterproof vscode extension
If you use homebrew, first install opam by executing the following lines in a terminal
brew install gpatch
brew install opam
If you prefer MacPorts, instead run
port install opam
Then execute
opam init
eval $(opam env)
opam install coq-lsp
opam install coq-waterproof