Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output Lua annotations for editors #3860

Open
Tempystral opened this issue Feb 22, 2024 · 0 comments · May be fixed by #3755
Open

Output Lua annotations for editors #3860

Tempystral opened this issue Feb 22, 2024 · 0 comments · May be fixed by #3755
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

Comments

@Tempystral
Copy link

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.

@YoshiRulz YoshiRulz linked a pull request Feb 22, 2024 that will close this issue
1 task
@YoshiRulz YoshiRulz added 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 labels Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants