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

table literals with descriptions

Open max397574 opened this issue 2 years ago • 14 comments

I expect something like this or something similar to this to work but it doesn't also when I e.g. split it up onto multiple lines

---@field cat { ["name"]: string # the name of the cat, ["age"]: integer # the age of the cat }

everything is working fine without the descriptions

max397574 avatar May 24 '23 15:05 max397574