teal-language-server
teal-language-server copied to clipboard
Scan `package.path` and `package.cpath` and complete on `require`
I saw a Lua language-server do this and thought it was a great idea!
local thing = require(" -- scan and return values here
We an see if the function being called is the global require and go from there!