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)
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.