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

function return value type awareness

Open songtm opened this issue 8 years ago • 0 comments

hi, I enjoyed you plugin a lot. Can it make the following code show autocomplete list?

local tab = {key1 = 2, key2 = 2}
function returnTab()
    return tab
end
returnTab().key1 --can this show autocompletion?

songtm avatar May 01 '17 10:05 songtm