Install Visual Studio Code
For developing LUA mods, VS Code offers a fantastic development environment with lots of useful and time saving features. I strongly recommend you set it up and configure a workspace, as it really will make your life so much easier.
Follow these steps to install VS Code and enable the handy LUA helper extension:
- Download the Visual Studio code installer and run it.
- You can install VS code wherever you like. As it’s not specific to Subnautica mod development, I tend to let it install in the default folder location.
- Launch Visual Studio Code.
- Go to File > Preferences > Extensions
- Search for “LUA” and find the extension by “sumneko”.
- Click “Install” next to that extension.
- Click “Trust publisher and install”.
That’s all there is to installing VS Code.