Recoil:Lua Language Server: Difference between revisions
From Fightorder
More actions
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 |
||
| Line 3: | Line 3: | ||
### Adding the library to your project | ### Adding the library to your project | ||
The | 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 | 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. | ||
Revision as of 19:14, 23 February 2026
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 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.