Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ocadaruma/tlaplus-intellij-plugin
Intellij plugin for TLA+ formal specification language.
https://github.com/ocadaruma/tlaplus-intellij-plugin
Last synced: about 2 months ago
JSON representation
Intellij plugin for TLA+ formal specification language.
- Host: GitHub
- URL: https://github.com/ocadaruma/tlaplus-intellij-plugin
- Owner: ocadaruma
- License: apache-2.0
- Created: 2021-02-07T18:11:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T14:48:06.000Z (4 months ago)
- Last Synced: 2024-10-31T04:03:22.846Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 2.72 MB
- Stars: 52
- Watchers: 4
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
Intellij plugin for TLA+
========================image:https://github.com/ocadaruma/tlaplus-intellij-plugin/workflows/CI/badge.svg?branch=master[link="https://github.com/ocadaruma/tlaplus-intellij-plugin/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush"]
image:https://img.shields.io/jetbrains/plugin/v/17965-tla-[link="https://plugins.jetbrains.com/plugin/17965-tla-"]Intellij plugin for https://lamport.azurewebsites.net/tla/tla.html[TLA+] formal specification language.
This plugin is heavily inspired by https://github.com/alygin/vscode-tlaplus[TLA+ for Visual Studio Code].
== Features
=== Syntax highlighting
* Supports syntax highlighting for TLA+, PlusCal, TLC cfg file=== Run TLC model checker
image::images/tlc.gif["TLC model checker",480]
==== Current limitations:
* You have to write TLC config file (`.cfg`) directly instead of GUI like toolbox
* TLC's command line args are not configurable
* Error trace exploration is not supported=== Find usages (Go to declaration)
* References are searched across different modules including standard modules=== Code completion
* Support basic keyword completion and variable/constant/operator name completion=== PlusCal (Translate into TLA+)
image::images/pluscal.gif["PlusCal translation",480]
=== Evaluate expression
image::images/evaluate_expression.gif["Evaluate expression",480]