Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 845 Bytes

File metadata and controls

29 lines (21 loc) · 845 Bytes

Sucata Lua Addon

An addon for the sumneko lua extension that provides additional functionality and enhancements for Sucata engine.

How to install

Addon Manager Install

  1. Install the sumneko lua extension
  2. Open the Addon Manager
  3. Search for 'sucata' and install

Manual Install

  1. Install the sumneko lua extension
  2. Create a custom LuaAddons folder in any location you prefer.
  3. Clone or download this repository into the LuaAddons folder.
  4. Open your VSCode settings (JSON) and add the following configuration:
"Lua.workspace.library": [
  "~/your-path-to/LuaAddons",
]

Then when you create a sucata project, you write sucata., the externsion will suggest you to enable the addon.