Xentu Lua Snippets for VS CodeThis extension provides code snippets for the Xentu game engine for use in VS Code. Supports keywords, properties, functions, and also constants for things like Keyboard & Mouse. Some features are not yet added, such as class properties and functions, these will be provided soon. For now now refer to the documentation if you get stuck, found at https://docs.xentu.net This package is part of the Xentu game engine project: https://xentu.net
Running a Xentu game from VS CodeIf you have the Xentu SDK installed, you can enhance your coding experience by
adding a few shortcuts to your editor. With your game folder open in VS Code,
navigate to the Terminal menu, and select When prompted select This will create a file called '.vscode\tasks.json` to which you could modify to look similar to this:
After that a new command called Happy coding! |