lua-language-server
lua-language-server copied to clipboard
Allow defining the size of arrays
Feature request I'd want a way to define the size of arrays. I propose the following:
---@type string[3]
local arr = {}