Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Minibex File SupportNew to Visual Studio Code? Get it now.
Minibex File Support

Minibex File Support

amarendet

|
268 installs
| (0) | Free
Syntax and snippets for Minibex files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Minibex support for VSCode

This plugin provides syntax highlighting and snippets for the Minibex file format, featured in the IBEX library. It also allows to immediately launch the ibex optimizer or solver in the editor.

Features

  • Minimal syntax highlighting for the Minibex language.
  • Various snippets for Minibex (if you forget the syntax!):
    • comments: linecomment, blockcomment,
    • variables: variables (block), varvector, varmatrix,
    • constants: constants (block),
    • goal: minimize (block),
    • constraints: constraints (block), ForLoop, addconstraint,
    • values: vector, matrix, interval,
    • functions: function.
  • Commands runSolve and runOpt to launch a solver or optimizer on the current Minibex file.

Requirements

There is no requirements.

Extension Settings

This extension contributes the following settings:

  • minibex.ibexOptimPath: path to ibexopt,
  • minibex.ibexSolverPath: path to ibexsolve,
  • minibex.solverMinEps: paving precision,
  • minibex.optGoalEps: precision on objective,

Known Issues

  • Syntax highlighting is still minimal, and could not work in more complex cases. The defined grammar is very basic.
  • Colors are a bit ugly.

Enjoy!

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