Output Lua annotations for editors #3860
Labels
Enhancement
For feature requests or possible improvements
re: Lua API/scripting
Relating to EmuHawk's Lua API (not the Lua Console)
Repro: Fixed/added in branch/fork
Because Bizhawk's Lua functions are created inside Bizhawk, they can't be seen by external editors like VSCode.
The Lua console already has functions for generating code completion tags for Sublime Text/Notepad++, but this code is unfinished and not part of the Lua language. However, there's a better solution.
What would be awesome is an annotations file that could be added/linked into our projects. That way we could use any editor we like and get language support outside the bizhawk Lua console.
The text was updated successfully, but these errors were encountered: