-
-
Notifications
You must be signed in to change notification settings - Fork 370
Open
Labels
enhancementNew feature or requestNew feature or requestfeat/LuaCats AnnotationsRelated to Lua Language Server Annotations (LuaCats)Related to Lua Language Server Annotations (LuaCats)
Description
Hello! I have a suggestion to add a new annotation - @raises
I think it would be useful to anyone who has a layer of error classes in their module.
Example:
--- @class NetworkError: cdata
--- @field code number
--- @field body number
--- @raises
---| NetworkError
function some_func() end
carsakiller, flrgh, ochaton, thevurv and swajj
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)