Modifying LCG - include-marcy/luau-class-generator GitHub Wiki

How to change LCG to suit your needs

Configurations

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.

Edits

To edit the actual behavior of the LCG, use the following steps:

  1. Clone this repository to your machine
  2. Open it in Visual Studio Code
  3. Edit src/extension.ts to modify the runtime behavior
  4. Edit package.json to modify the extension data

Suggestions

Use this GitHub repository's issues or discussions section to suggest new configurations and behaviors.

⚠️ **GitHub.com Fallback** ⚠️