vscode-oz
v1.1.0
Published
Mozart-Oz OPI for Visual Studio Code
Downloads
22
Readme
vscode-oz brings the magic of Oz to vscode
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.