Recoil:Lua Language Server: Difference between revisions
From Fightorder
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Recoil now provides a Lua library that is compatible with | 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 | ||
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.
- 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.