leanprover / vscode-lean4

Visual Studio Code extension for the Lean 4 proof assistant
Apache License 2.0
158 stars 48 forks source link
lean vscode

Lean 4 VS Code Extension

This extension provides VS Code support for the Lean 4 theorem prover and programming language.

Installing Lean 4

After installing this extension, a 'Welcome' page with a setup guide should open automatically. The setup guide provides platform-specific information on the following topics:

If the setup guide does not open automatically, you can still open it manually by opening an empty file, clicking on the ∀-symbol in the top right and selecting 'Documentation…' > 'Docs: Show Setup Guide'.

Setup guide with instructions for how to re-open the setup guide manually

Using this extension

The Lean 4 VS Code extension manual provides a complete and detailed overview over all features provided by this VS Code extension. If you are new to Lean, you may find the first five subsections of the 'Interacting with Lean files' section in the manual to be very helpful.

Manual table of contents

Developing the Lean 4 VS Code extension

See Development.