vscode-lua icon indicating copy to clipboard operation
vscode-lua copied to clipboard

Autocomplete not working

Open s3rgeym opened this issue 5 years ago • 3 comments

  • I installed extension;
  • I insalled luacheck;
  • I added "lua.luacheckPath": "/usr/bin/luacheck" in my settings.json ;
  • I setup environment variables LUA_PATH and LUA_CPATH;
  • I created file test.lua:
local q = 'Qwerty'
-- Then i typed «q:lo» and and auto-completion didn't work

s3rgeym avatar Jul 20 '20 02:07 s3rgeym

image

s3rgeym avatar Jul 20 '20 02:07 s3rgeym

image

s3rgeym avatar Jul 20 '20 02:07 s3rgeym

@trixnz Similar question how do I get autocomplete to work and have it reference a third party library for the definitions?

rboy1 avatar Nov 04 '21 14:11 rboy1