Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>MincNew to Visual Studio Code? Get it now.
Minc

Minc

Minc

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

Minc language support for Visual Studio Code

This extension adds language features such as semantic syntax highlighting and interactive debugging to the Minc programming language.

About Minc

https://github.com/RcSepp/minc

Minc - the Minimal Compiler - is an ultra flexible programming language, that can load other languages by importing them from code. The main advantages of Minc are:

  • Mix any number of compiled or interpreted programming languages within a single file with zero glue code
  • Use a single tool chain to manage entire multilingual projects
  • Easily create new languages using the Minc API and embed them within existing languages

Installation

To run this extension, download and build Minc from https://github.com/RcSepp/minc and set the environment variable MINC_BIN to point to the .../minc/bin directory that contains the minc program.

Features

  • Launches and attaches to the Minc Language Server (${MINC_BIN}/minc server) to provide language-aware syntax highlighting and live code validation.
  • Launches the Minc Debug Adapter (${MINC_BIN}/minc debug) to provide step-by-step debugging and variable introspection.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft