Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leanprover/vscode-lean4
Visual Studio Code extension for the Lean 4 proof assistant
https://github.com/leanprover/vscode-lean4
lean vscode
Last synced: 5 days ago
JSON representation
Visual Studio Code extension for the Lean 4 proof assistant
- Host: GitHub
- URL: https://github.com/leanprover/vscode-lean4
- Owner: leanprover
- License: apache-2.0
- Created: 2020-12-31T17:26:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T13:13:38.000Z (13 days ago)
- Last Synced: 2024-10-29T15:57:15.278Z (13 days ago)
- Topics: lean, vscode
- Language: TypeScript
- Homepage:
- Size: 10.8 MB
- Stars: 165
- Watchers: 11
- Forks: 48
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
- Books and documentation resources
- Installing dependencies that are needed by Lean
- Installing Lean's version manager Elan and a recent stable version of Lean 4
- Setting up a Lean 4 project
- Troubleshooting issuesIf 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](https://github.com/leanprover/vscode-lean4/raw/HEAD/vscode-lean4/images/setup_guide.png)
## Using this extension
The [Lean 4 VS Code extension manual](https://github.com/leanprover/vscode-lean4/blob/master/vscode-lean4/manual/manual.md) 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](https://github.com/leanprover/vscode-lean4/raw/HEAD/vscode-lean4/images/manual.png)
## Developing the Lean 4 VS Code extension
See [Development](docs/dev.md).