minetest-tools icon indicating copy to clipboard operation
minetest-tools copied to clipboard

Provide API headers for sumneko's language server

Open AFCMS opened this issue 2 years ago • 2 comments
trafficstars

https://github.com/LuaLS/lua-language-server

AFCMS avatar Feb 06 '23 07:02 AFCMS

I would like to see if it is feasible to write a script to generate most of the headers from the lua_api.txt; This is how snippets are currently generated, so I expect it should be possible. Post-cleanup would be acceptable.

GreenXenith avatar Feb 08 '23 02:02 GreenXenith

We easily get a list of available functions, bot it won't annotate the parameters reliably.

Here is the headers that will result from the merge of @lua-rocks work and my work:

https://github.com/minetest-toolkit/minetest-lsp-api

AFCMS avatar Feb 08 '23 12:02 AFCMS