QuintThis extension provides language support for Quint, the specification language. Features
New features are listed and discussed on this GitHub discussion. Parse errors are highlighted in red, and hovering over the error will show the error message. Hovering over an expression or definition will show its inferred type and effect. Type errors are highlighted in red, and hovering over the error will show the error message, including unification errors. Effects can help you quickly notice if you forgot to update a state variable or are trying to update the same variables more than one time. Effect errors are highlighted in red, and hovering over the error will show the error message. Modes can help you maintain expectations regarding an operator. RequirementsThere are no external requirements. Known IssuesIssues are tracked on GitHub under the Fvscode tag. |