Are there IDE completion stubs available? #471
-
I'd like to do some scripting and hope to get some autocompletion for scripts in VSCode. I am using LuaLS. Are there any definition files available or maybe some formatted data, from which I can generate some definition files on my own? |
Beta Was this translation helpful? Give feedback.
Answered by
chrisant996
Jul 28, 2023
Replies: 1 comment 9 replies
-
Can you describe more about what you're looking for? Are you asking for autocompletion in VSCode while editing Lua scripts in VSCode? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't tell which of these you mean:
Anyway, it sounds like the only part you're actually asking about is how to find what Lua functions Clink adds to standard Lua.
The HTML documentation for Clink is parsed from the Clink source code.
See do_docs() in the docs/premake5.lua script.