Vurv78 / WebAudio

A safe, efficient and powerful replacement for Streamcore that adds playing & manipulating URL streams through IGmodAudioChannel/BASS
https://steamcommunity.com/sharedfiles/filedetails/?id=2466875474
MIT License
18 stars 3 forks source link

Compatibility with Emmylua / LLS #34

Closed Vurv78 closed 2 years ago

Vurv78 commented 2 years ago

Make the comments compatible with https://github.com/sumneko/lua-language-server

For example make

---@class WebAudio
---@field ...

Also want to heavily limit the amount of globals used

Vurv78 commented 2 years ago

As long as there's no good solution for gmod's globals with emmylua this won't really matter anyway with the spam of unknown globals. Maybe could PR to turn https://github.com/Lexicality/libgmod into a vscode extension then this could be re-opened.