-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Nick Battle edited this page Sep 23, 2022
·
7 revisions
VDM VSCode is an extension for Visual Studio Code, which provides a complete environment for the development and testing of VDM specifications.
This wiki provides an overview of the extension's features and a guide to how to perform the most common development tasks. We recommend that new users start with the Getting-Started page, which describes how to install the extension and work with VDM projects.
The project has been made possible by many contributions from the VDM community, most notably:
- Jonas K. Rask @jonaskrask
- Frederik P. Madsen @FrederikPM
- Nick Battle @nickbattle
- Hugo D. Macedo @idhugoid
- Leo Freitas @leouk
Thank you so much!
- Home
- Getting Started
- Editor Features
- Including and Excluding Project Files
- Interpretation and Debugging
- Including Libraries
- Proof Obligation Generation
- Combinatorial Testing
- Animated Usage Examples
- Worked AlarmSL Examples
- Extension Settings
- Changing VDMJ Properties
- Translation
- Coverage
- Dependency Graph
- Real-time Log Viewer
- Code Generation
- Remote Control
- External File Formats
- Annotation Output
- Using VDM Values in Java
- VS Code Live Share
- Design
- The Specification Language Server Protocol
- For Developers/Contributors