Modifying LCG - include-marcy/luau-class-generator GitHub Wiki
The easiest way to modify LCG (luau-class-generator) to suit the most common needs is to first check the configuration settings provided by the extension. To do this, navigate to the extensions tab and select the gear icon when looking at luau-class-generator's page under installed extensions. From here, you can edit the values of any configuration present to suit your needs.
To edit the actual behavior of the LCG, use the following steps:
- Clone this repository to your machine
- Open it in Visual Studio Code
- Edit src/extension.ts to modify the runtime behavior
- Edit package.json to modify the extension data
Use this GitHub repository's issues or discussions section to suggest new configurations and behaviors.