Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 424 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 424 Bytes

Core API Completion Provider

Enable basic intellisense and autocomplete for the Core Lua API. To be used in conjunction with a Lua linter for full effectiveness.

Loading the Extension

To load an extension, you need to copy the files to your VS Code extensions folder .vscode/extensions. Depending on your platform, it is located in the following folders:

Windows: %USERPROFILE%.vscode\extensions

Sample