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: Difference between revisions

From Fightorder
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..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
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.
Recoil now provides a Lua library that is compatible with Lua Language Server, providing type checking and intellisense in your IDE.


### Adding the library to your project
### 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).
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
### 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.
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 https://luals.github.io/#install for other supported editors.

Latest revision as of 19:15, 23 February 2026

Recoil now provides a Lua library that is compatible with Lua Language Server, 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 https://luals.github.io/#install for other supported editors.