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

Make definitions library available to LLS #1

Closed luttje closed 1 year ago

luttje commented 1 year ago

Consider making this a VSCode Extension as mentioned here:

Additionally this could be made into a vscode extension which automatically injects it into sumneko's lua: https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Libraries

Originally posted by @Vurv78 in https://github.com/Lexicality/libgmod/issues/3#issuecomment-1007054909

Vurv78 commented 1 year ago

Would be very much appreciated,

Also fyi probably want to recommend lua language server instead of the old emmylua extension in your readme, even if the annotations are not 1:1 they mostly add onto it rather than change it, so you could keep the annotations functional across editors.

luttje commented 1 year ago

Would be very much appreciated,

Also fyi probably want to recommend lua language server instead of the old emmylua extension in your readme, even if the annotations are not 1:1 they mostly add onto it rather than change it, so you could keep the annotations functional across editors.

Heya, thanks for the heads-up! I'll make an issue for it so I don't forget.

luttje commented 1 year ago

Tracking when this PR is merged: https://github.com/LuaLS/LLS-Addons/pull/49