Helps you setup your workspace to work as flawlessly as possible when scripting for BMD Fusion.
Download it from the marketplace: https://marketplace.visualstudio.com/items?itemName=EmberLightVFX.bmd-fusion-scripting
- Generate launch.json configs for your Fusion instance
- Custom filepaths
- Custom host
- Lua and Python
- Custom name
- Add python stubs for Fusions python API to get IntelliSense support.
- Execute scripts directly from VSCode
Quicky setup launch configs for your workspace to launch your Fusion scripts directly from VSCode to your wanted Fusion host
Add fusion stubs for your workspace to get IntelliSense code suggestions directly in VSCode!
With everything installed you can now quick and easy do scripting for Fusion!
git submodule update --remote --mergenpm install
npm run compile
npm run watchBefore running and debugging the extension, run npm run watch
First run the npm initialization Make sure you have vsce installed
npm install -g @vscode/vsceUpdate the submodule and then package
git submodule update --remote --merge
vsce packagevsce publishEnjoy!