This Visual Studio Code extension is designed to simplify script development using Sanny Builder 4. It allows you to compile scripts directly from VS Code, making the development process more convenient and efficient.
- Script Compilation: Compile your scripts using the keyboard shortcut
Ctrl + Shift + Bor via the Command Palette (Ctrl + Shift + P) with theCompile Scriptcommand. - Sanny Builder 4 Folder Selection: Specify the path to the Sanny Builder 4 folder through the Command Palette (
Ctrl + Shift + P) with theSelect SB4 Foldercommand.
To use this extension, you need to have Sanny Builder 4 installed on your system. Follow these steps to install Sanny Builder 4:
- Visit the official Sanny Builder 4 website.
- Download Sanny Builder 4.
- Extract the downloaded archive to a folder of your choice.
After installing the extension, you need to specify the path to the Sanny Builder 4 folder:
- Open the Command Palette (
Ctrl + Shift + P). - Type and select the
Select SB4 Foldercommand. - Specify the path to the folder where Sanny Builder 4 is installed.
- Press
Ctrl + Shift + Bor open the Command Palette (Ctrl + Shift + P) and typeCompile Script. - The extension will compile your script using Sanny Builder 4.
- Press
Ctrl + Alt + 2or open the Command Palette (Ctrl + Shift + P) and typeSearch opcodes. - You can choose one of two display types (
Opcodes and Classes and Members)
This extension is distributed under the MIT License. For more details, see the LICENSE file.
- Completion and Highlight to the Classes and Methods
- Decompile script
- Improve opcodes search
- Highlight gxt strings
- Refactor code
- Call an error when string longer than 7 characters in the single quotes
Note: This extension is unofficial and is not affiliated with the developers of Sanny Builder 4.