Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SimulaNew to Visual Studio Code? Get it now.
Simula

Simula

Eirik Sletteberg

|
30 installs
| (0) | Free
Simula language support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Simula extension for Visual Studio Code

Simula is a historical programming language, famous for being the first language to introduce object-oriented programming.

Features

This extension adds syntax highlighting on all .sim files, and if you right-click a file and choose "Run Simula File in Terminal", it will compile the program with GNU cim, and execute the result.

Syntax Highlighting

Requirements

In order to run Simula files with this extension, you need the GNU Cim compiler installed.

Known Issues

The language grammar isn't perfect. It recognizes MyFunctionCall(something); with paranthesis as a function, but not MyFunctionCall; without paranthesis.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft