Skip to content

Noviern/x2

Repository files navigation

X2

Provides documentation, definitions, and IntelliSense for ArcheAge Addons through the use of the Lua Language Server.

showcase.mp4

How To Use IntelliSense (VSCode)

  1. Clone or download this repo.
  2. Extract and place in C:/ArcheRage/Documents/Addon. (Rename folder to x2 so that the full path looks like C:/ArcheRage/Documents/Addon/x2/)
  3. Install VSCode Extension Lua.
  4. Create a .luarc.jsonc in 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"
  ]
}

About

ArcheAge Addon Definitions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages