-
-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
enhancementNew feature or requestNew feature or requestfeat/LuaCats AnnotationsRelated to Lua Language Server Annotations (LuaCats)Related to Lua Language Server Annotations (LuaCats)
Description
It'd be nice to have tuple types or fixed length arrays available as annotations, declaring that a function expects e.g., an array of 3 numbers.
---@alias vec3 [number, number, number]
---@param a vec3
function length(a)
return ...
end
or
---@alias vec3 number[3]
See e.g., https://www.typescriptlang.org/docs/handbook/basic-types.html#tuple
3rdarnoson and dasupradyumna
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeat/LuaCats AnnotationsRelated to Lua Language Server Annotations (LuaCats)Related to Lua Language Server Annotations (LuaCats)