Awesome
TLA<sup>+</sup> for Visual Studio Code
This extension adds support for the TLA<sup>+</sup> formal specification language to VS Code. It also supports running the TLC model checker on TLA<sup>+</sup> specifications.
Features
- TLA<sup>+</sup> and PlusCal syntax highlighting and code snippets.
- Running the PlusCal-to-TLA<sup>+</sup> translator and module parser.
- Running TLC model checker on TLA<sup>+</sup> specifications.
- Model checking process and result visualization.
- Evaluating constant expressions.
- Converting TLA<sup>+</sup> specifications to LaTeX and PDF documents.
- Code completion.
- Code on-type formatting.
- Powered by the official TLA<sup>+</sup> tools.
Documentation
The project's Wiki provides information on how to install, configure and use the extension.
Contributing
All forms of contribution are highly welcome! Feel free to file bugs, propose improvements, ask questions, send other feedback.
If you decide to pitch in and write some code, this document will provide you with useful information: CONTRIBUTING.md.
TLA<sup>+</sup> Resources
If you're not familiar with TLA<sup>+</sup>, but want to get a grasp on it, the following list of resources is a good starting point:
- TLA<sup>+</sup> Home Page on Leslie Lamport's website.
- A collection of TLA<sup>+</sup> specification examples in the TLA<sup>+</sup> repository.
- Introduction to TLA<sup>+</sup> and PlusCal by Hillel Wayne.
- TLA<sup>+</sup> in Practice and Theory by Ron Pressler.