Chat about current Lua tools and IDEs

User avatar
By serg3295
#90869 I've been using VS Code for my NodeMCU development work and I really missed the autocomplete functionality for nodemcu functions.

I have installed the sumneko.lua extension for VSCode which provides IntelliSense and linter for Lua.
This extension also supports functions annotation in EmmyLua format.

Then I made descriptions of NodeMCU functions in the EmmyLua format, so now when editing the code, NodeMCU functions are auto-completed and there is a help in hover for each function.

So if you write scripts for nodemcu in VSCode then these files with descriptions of nodemcu functions may be useful for you.
The link to the project on github

https://github.com/serg3295/nodeMCU-emmy