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

Allow defining the size of arrays

Open C3pa opened this issue 2 years ago • 0 comments

Feature request I'd want a way to define the size of arrays. I propose the following:

---@type string[3]
local arr = {}

C3pa avatar Apr 21 '22 20:04 C3pa