Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Moxie.BuildNew to Visual Studio Code? Get it now.
Moxie.Build

Moxie.Build

Cnawlece

|
404 installs
| (2) | Free
Provides code snippets, color themes, syntax recognition and more for the Mox programming language.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

This is the README for the "Moxie.Build Extension"


Usage

For the best experience, add this to your settings.json:

"funcList.nativeFilter": "/^(Function|Method|Macro)\\s+[a-zA-Z0-9.+(){}\\/\\\\[\\],_\\-=:;!@#$%^&*|,.<>? ]*\\).*$/mg",
"funcList.displayFilter": "/\\s*((Function|Method|Macro)\\s+[a-zA-Z0-9.+(){}\\/\\\\[\\],_\\-=:;!@#$%^&*|,.<>? ]+)/1",
"files.associations": {
      "*.mox": "mox"
},
"[mox]": {
    "editor.quickSuggestions": {
        "other": true,
        "comments": false,
        "strings": false
    },
    "editor.tabCompletion": false,
    "editor.insertSpaces": false,
    "editor.wordBasedSuggestions": false,
}

Contributing to this Extension

  • install Node.js from https://nodejs.org
  • git clone https://alexdiv87.visualstudio.com/Moxie.Build-Extension/_git/Moxie.Build-Extension
  • cd Moxie.Build-Extension
  • code .
  • npm install
  • Open the Debug menu (Ctrl + Shift + D)
  • Click the green arrow at the top of the Debug menu

As you make changes to the extension source files, refresh the [Extension Development Host] with (Ctrl + R)

Contributors

  • April (is awesome)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft