Commodiesel VS Code Extension
Provides autocompletion, snippets, and helpful editor features for Commodiesel Lua scripts.
Features
- Autocomplete variables, functions, and methods for Commodiesel libraries:
sprite, texture, sound, os, gpio, control, render
- Autocomplete instance methods for
SpriteObject and TextureObject
- Snippets for common Lua constructs:
if ... then ... end
while ... do ... end
repeat ... until ...
function and spawn(function() ... end) patterns
- Autocomplete for global functions like
stop() and beep()
Installation
Install from the VS Code Marketplace or using a .vsix file.
Usage
Start typing Commodiesel Lua code and the extension will provide context-aware suggestions, snippets, and method completions.
| |