Hello! This is a bit of a repost, but since I didn’t create the original topic related to the Intellisense Implementation for Lua, I decided to do this and make it better sorted and easier to read.
Without further ado, here it is, with instructions on how to use it.
The main objective of this is to add a working Intellisense for Nakama Lua functions, using EmmyLua Intellisense (which is cross IDE enabled).
To do this we are going to first install the EmmyLua plugin for your IDE.
With the plugin installed you now need to download Nakama module from the repo.
Then add it to your project in order to allow the require(“nakama”) to import it, this will allow the Nakama functions to display Intellisense based on this new added module.
Before deploying the server always remember to make sure NOT to upload the nakama.lua file since that will break the server framework.
If someone notices any bug on the file, please let me know so I can add or improve already existing Intellisense.