Provides documentation, definitions, and IntelliSense for ArcheAge Addons through the use of the Lua Language Server.
showcase.mp4
How To Use IntelliSense (VSCode)
- Clone or download this repo.
- Extract and place in
C:/ArcheRage/Documents/Addon. (Rename folder tox2so that the full path looks likeC:/ArcheRage/Documents/Addon/x2/) - Install VSCode Extension Lua.
- Create a
.luarc.jsoncin your project.
{ "$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json", "runtime.version": "Lua 5.1", "hover.expandAlias": false, "workspace.library": [ "C:/ArcheRage/Documents/Addon/x2/src" ] }