Using VS Code
VS Code is our recommended tool for Lua programming in Atomontage. It provides API autocompletions and Lua IntelliSense through the official Atomontage extension.
Setup
1: Set VS Code as your Lua editor
Open the Lua window (Ctrl + L
) and specify the path to your Code.exe
of your VS Code install.
2: Install the Atomontage Extension
Install the Atomontage API Extension here. You can also navigate to the extensions tab in VS Code and search for "Automontage". The Atomontage extension provides API autocompletions for classes, properties, functions and parameters. It also comes with the Lua Language Extension to provide IntelliSense for Lua.


Once you are set up, you can start scripting in Lua, and accessing the Atomontage API. Check out the API Docs for more information.
Debugging
Debugging is not yet supported in VS Code.