Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 775 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 775 Bytes

Skinning API Documentation for USC

For USC skin development in VS Code. Enables autocompletion, function signatures, hover hints, etc. for skinning functions and tables.

Example

Created in part with reference to the official skinning documentation. Feel free to create a pull request for any errors or missing documentation.

Usage

Install this extension.

Add this repository as a submodule and in your settings.json, add an entry pointing to it to the Lua.workspace.library setting, e.g.

"Lua.workspace.library": [
  "./scripts/usc-skinning-api"
]