This VSCode extension adds snippets for DX9WARE Lua. Currently has support for all major functions, and some undocumented functions.
Here is a horrible demo as I do not know what to demo! If anyone would like to contribute a good demo please go ahead!
Created and Maintained by RobloxArchiver. The git is OPEN to contributions! In the event you find a issue or get errors, make a Issue! If you want to add code of course make a pull whenever!
There are multiple ways to get dx9lua
. Pick your own flavor!
dx9lua
is available on the VSCode Marketplace!
A prebuild binary can be downloaded from GitHub Releases!
Step 1: Download the latest build from the GitHub repository.
Step 2: Open VSCode and go to the Extenstions tab. Click the 3 dots and click install from .vsix
. Go to your downloads folder and double click the binary you just installed.
You can also just build it yourself.
Requirements
Step 1: Go to the GitHub repository, and click on the green Code
dropdown button and click Download ZIP
.
Step 2: Extract it to Desktop.
Step 3: Open the folder, open a command prompt and run the following.
vsce package
Step 4: Copy the path of the folder you made the build in and open VSCode. Go to the Extensions tab and click the 3 dots, then click install from .vsix
. Paste in the path you copied, and open the build file. Now dx9lua should now be installed and ready for use!
- supg (Gave a list of undocumented functions to add)
- 6660/Alleexxi