vscode-lua
vscode-lua copied to clipboard
Does not autocomplete with existing functions
It says it's got intellisense, but it doesn't autocomplete any functions from LUA_PATH, LUA_CPATH, or the standard library.
I think I am seeing the same issue. For instance if I am typing io. I would expect that I would get a list of function that I can use from IO module..
I see io.open, io.close, io.read …. But I can't see anything when I type tex or tex.! Lua got installed with texlive in my system.