Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Recoil:Lua Language Server

From Fightorder
Revision as of 19:14, 23 February 2026 by Qrow (talk | contribs) (Created page with "Recoil now provides a Lua library that is compatible with [Lua Language Server](https://luals.github.io/), providing type checking and intellisense in your IDE. ### Adding the library to your project The [recoil-lua-library](https://github.com/beyond-all-reason/recoil-lua-library) package provides type definitions for your editor. This can be added as a submodule to your project (following its usage guide). ### IDE support When working with Lua, we recommend using [V...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Recoil now provides a Lua library that is compatible with [Lua Language Server](https://luals.github.io/), providing type checking and intellisense in your IDE.

      1. Adding the library to your project

The [recoil-lua-library](https://github.com/beyond-all-reason/recoil-lua-library) package provides type definitions for your editor. This can be added as a submodule to your project (following its usage guide).

      1. IDE support

When working with Lua, we recommend using [Visual Studio Code](https://code.visualstudio.com/) with the [lua-language-server](https://marketplace.visualstudio.com/items?itemName=sumneko.lua) plugin. See the [Lua Language Server website](https://luals.github.io/#install) for other supported editors.