Development environment to work with Lua and Nakama

Hi!
We have started evaluating Nakama in our company and after a week of coding, i was wondering if there is a good environment to work with Nakama & Lua.

Currently we have installed a Lua script plugin in Jetbrains Ridder that barely works.
Which tools do you use to work with Lua and Nakama?
There is a way to have auto-completion?

Hi @adrianmesa. Welcome to the community! :+1:

Which tools do you use to work with Lua and Nakama? There is a way to have auto-completion?

Most studios who work with the Lua server runtime use SublimeText with this plugin that’s maintained by the community. It’s pretty awesome.

Then you can combine it with other best practice Lua tools like luacheck which analyses the code for various common problems. I don’t think we have a plugin for Rider IDE yet.

Thanks you, we will try with Sublime