Tencent / LuaHelper

LuaHelper is a High-performance lua VSCode plugin, Language Server Protocol for lua.
Other
591 stars 92 forks source link

Code completion not showing variables and functions from the current file #138

Open faseceroo opened 1 year ago

faseceroo commented 1 year ago

When editing a file in Unlua, code completion doesn't list the functions i've written in the current file nor does it let me select the local variables i've declared at the top of the file.

Typing self: to check this behavior.