lua-lsp
lua-lsp copied to clipboard
enhance cursor knowledge
completion/goto definition works pretty okay when you're pointing it at a plain expression/lhs. it doesn't understand the following examples, though:
-- in comments
"in strings"
{ at_table_lhs = {}}
these suffer from the "changing scope" problem that regular scopes do.