This extension adds support for the Modelica, Optimica, MetaModelica and Susan languages
to Visual Studio Code.
This extension is meant to use for developers of OpenModelica.
If you want Modelica support use the great extension
Modelica by SimplyDanny
which is the base for this extensions.
Open the command palette using Ctrl+Shift+P or F1.
Type extensions: Install from VSIX... in the command palette.
Browse to downloaded *.vsix file.
Select MetaModelica as a language
On the bottom-right corner, click on the select language mode button, if you have
created a new file it should display Plain Text.
Select MetaModelica or Susan or Modelica in the list of languages.
Alternatively, saving the file with a .mo extension will allow VS Code to understand
that it is a MetaModelica file and automatically select the language. If it is a Modelica
file one has to manually change the language mode to Modelica.
The .mop extension will be associated with the Optimica language respectively.
The .tpl extension will be associated with Susan Template language.
Additional extensions can be connected to the languages in any settings.json file using
the "files.associations" setting.
Using snippets
Just start to type and choose a snippet that may be proposed. Alternatively, use
Ctrl+Shift+P to open the command palette and type Insert Snippet to see a list of all
possible snippets to choose from.