All Projects → SimplyDanny → modelica-language-vscode

SimplyDanny / modelica-language-vscode

Licence: MIT license
Extension for Visual Studio Code that adds language support for Modelica

Projects that are alternatives of or similar to modelica-language-vscode

CornerstoneSDK
面向现代 C++ 的小栗子框架插件开发工具(停止更新,仅支持小栗子v2)
Stars: ✭ 37 (+105.56%)
Mutual labels:  visual-studio-code
susuwatari
A light monochrome theme with a minimal amount of highlighting for Visual Studio Code
Stars: ✭ 16 (-11.11%)
Mutual labels:  visual-studio-code
vscode-exts
Visual Studio Code Extensions
Stars: ✭ 33 (+83.33%)
Mutual labels:  visual-studio-code
vscode-ply
API Automated Testing
Stars: ✭ 40 (+122.22%)
Mutual labels:  visual-studio-code
icls-vs-code-dark-plus
Visual Studio Code Dark Plus-like color scheme for PhpStorm and other JetBrains IDEs
Stars: ✭ 24 (+33.33%)
Mutual labels:  visual-studio-code
vscode-portable
make visual studio code portable with dll-hijack
Stars: ✭ 17 (-5.56%)
Mutual labels:  visual-studio-code
vscode-testcafe
This extension allows you to run TestCafe tests directly from VS Code
Stars: ✭ 48 (+166.67%)
Mutual labels:  visual-studio-code
vscode-insertdatestring
An extension for Visual Studio Code that provides a configurable command for inserting the current date and time
Stars: ✭ 58 (+222.22%)
Mutual labels:  visual-studio-code
porth-language
VSCode extension for the Porth language
Stars: ✭ 21 (+16.67%)
Mutual labels:  visual-studio-code
cds-for-code
VSCode extension for working with Microsoft Common Data Service (CDS)
Stars: ✭ 22 (+22.22%)
Mutual labels:  visual-studio-code
MinifyAll
A 𝗩𝗦𝗖𝗼𝗱𝗲 𝗺𝗶𝗻𝗶𝗳𝗶𝗲𝗿 for JS, JSON/C, CSS, and HTML, you will love its simplicity! 🌟 𝘾𝙤𝙢𝙥𝙧𝙚𝙨𝙨 and 𝙜𝙯𝙞𝙥 files and folders 📦 Reduce your bundle and file sizes with lightning speed ⚡
Stars: ✭ 54 (+200%)
Mutual labels:  visual-studio-code
vscode-theme-relaxed
🕶️ A relaxed Visual Studio Code theme to take a more relaxed view of things.
Stars: ✭ 84 (+366.67%)
Mutual labels:  visual-studio-code
japanese-word-handler
Better Japanese word handling on Visual Studio Code.
Stars: ✭ 32 (+77.78%)
Mutual labels:  visual-studio-code
mathpad
Interactive scratchpad calculator for VS Code
Stars: ✭ 20 (+11.11%)
Mutual labels:  visual-studio-code
ts-debug-example
use ts-node debug Typescript code in vsc without compiling
Stars: ✭ 19 (+5.56%)
Mutual labels:  visual-studio-code
vscode-gcode-syntax
G Code Language Extension for Visual Studio Code. Turn VSCode into a fully capable G-Code editor, including language support & more.
Stars: ✭ 59 (+227.78%)
Mutual labels:  visual-studio-code
white-theme-vscode
Minimalist monochrome theme for Visual Studio Code
Stars: ✭ 66 (+266.67%)
Mutual labels:  visual-studio-code
c math viewer
Parses, and hovers math formula of c mathematical library functions
Stars: ✭ 36 (+100%)
Mutual labels:  visual-studio-code
elmmet
VS Code extension to compile emmet snippets to composition of elm functions
Stars: ✭ 17 (-5.56%)
Mutual labels:  visual-studio-code
Pycraft
Pycraft is the OpenGL, open world, video game made entirely with Python. This project is a game to shed some light on OpenGL programming in Python as it is a seldom touched area of Python's vast amount of uses. Feel free to give this project a run, and message us if you have any feedback!
Stars: ✭ 39 (+116.67%)
Mutual labels:  visual-studio-code

Modelica in Visual Studio Code

This extension adds support for the Modelica and Optimica languages to Visual Studio Code.

Source

Both grammar and snippets are imported from this implementation in SublimeText.

Features

Colorization

colorization

Snippets

snippets-editor

snippets-command-palette

Usage

Install the extension in VS Code

  • Open the command palette using Ctrl+Shift+P.
  • Type ext install Modelica in the command palette.

Select Modelica 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 Modelica or Optimica in the list of languages.

Alternatively, saving the file with a .mo or .mos extension will allow VS Code to understand that it is a Modelica file and automatically select the language correctly. The .mop extension will be associated with the Optimica language respectively. 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.

Release notes

Click here to go to the changelog.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].