Enhance @alias to allow numeric enums with comments #1230
Labels
enhancement
New feature or request
feat/LuaCats Annotations
Related to Lua Language Server Annotations (LuaCats)
Milestone
Given an alias
it currently reports only the values. I'm currently working around this by using
integer
in the definition. The term 'integer' "pollutes" the documentation. The comments aren't displayed at all.Without the use of
integer
, the annotation gives a warning.In conjunction with an issue I just opened (#1229), an enhancement to accept numeric values and include comments with the annotations presented can address this.
The text was updated successfully, but these errors were encountered: