vscode-oz

Mozart-Oz OPI for Visual Studio Code

Usage no npm install needed!

<script type="module">
  import vscodeOz from 'https://cdn.skypack.dev/vscode-oz';
</script>

README

vscode-oz brings the magic of Oz to vscode

Latest Version Published version Installs Issues

This extension adds support for the Mozart/Oz language to Visual Studio Code. It provides code evaluation, syntax coloring, and common snippets.

For this extension to work, you first have to install Oz on your machine, which is installed with the Mozart Programming System. Please visit the Mozart website and follow instructions.

The usual shortcuts are implemented to evaluate code fragments:

  • ctrl+. ctrl+l (feed line)
  • ctrl+. ctrl+b (feed file)
  • ctrl+. ctrl+r (feed selection)
  • ctrl+alt+x (feed paragraph)

Linter

To use the linter included in this extension set oz.enableLinter to true. This linter will only show any error or warning when feeding code to the engine for the current file.