Development
Libraries/References
We try to keep the number of dependencies to a minimum. But sometimes it is handy to re-use existing projects.
- MxLintExtension source code
- Pico CSS to help with styling.
OSX (MacOS)
- Visual Studio Code
- Mendix Studio Pro 10.12.2
- dotNet core SDK vscode
- C# dev kit VSCode extension (inside of VSCode)
Build
Test
- Open Mendix Studio Pro with
--enable-extension-development
flag:/Applications/Studio\ Pro\ 10.12.2.41995-Beta.app/Contents/MacOS/studiopro --enable-extension-development
- Open local project located in
resources/App
Windows
Open Powershell
as Administrator
and run the following command:
Build
- Run the script to build:
Test
- Open studiopro.exe with
--enable-extension-development
flag. - Open local project located in
resources/App