lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

[Feature] Infer types from `unpack` call

Open Feez opened this issue 3 years ago • 0 comments

If we know enough information about the type passed into unpack, we could infer the unpacked values as a result. For example:

image

We know that both x and y are of type string based on the table passed in. It would be nice to have this as a feature :)

Feez avatar Jul 19 '22 15:07 Feez