luttje / glua-api-snippets

Scrapes the Garry's Mod Wiki in order to build Lua Language Server comments that will provide IDE suggestions and autocompletion.
MIT License
18 stars 6 forks source link

Default Lua functions should not always be extracted #23

Open luttje opened 1 year ago

luttje commented 1 year ago

Unrelated to this, but I feel like nothing should be generated for these standard library functions which are already documented by LuaLS.

You get generics and a more in-depth description of them with LuaLS anyway.

Although I see that may be problematic for entries like https://wiki.facepunch.com/gmod/Global.pcall which do add onto the description with gmod-specific info.

Originally posted by @Vurv78 in https://github.com/luttje/glua-api-snippets/issues/19#issuecomment-1675560504