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
| |